#DF0AE5

Color #DF0AE5 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DF0AE5

Tints of Psychedelic Purple #DF0AE5

Color information

#DF0AE5 (or 0xDF0AE5) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 0A and E5. RGB value is (223,10,229). Sum of RGB (Red+Green+Blue) = 223+10+229=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF0AE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AE5 is #20F51A. Grayscale: #616161. Windows color (decimal): -2159899 or 15010527. OLE color: 15010527.

HSL color Cylindrical-coordinate representation of color #DF0AE5: hue angle of 298.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AE5 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22310229-
CMYK0.030.9600.10
HSL298.36º91.63%46.86%-
HSV(B)298.36º95.63%89.8%-
XYZ44.6821.5675.94-
YUV98.65201.57216.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 48.27%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 229 (89.84% from 255) = 49.57%
R=48.27%
G=2.16%
B=49.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223102290.030.9600.10298.3691.6346.86
HexDFAE53600A12a5c2f
Octal33712345314001245213457
Binary11011111101011100101111100000010101001010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0AE5; }

 p { color: rgb(223,10,229); }

 H1.HeaderClassName
 {
   color: #DF0AE5;
 }
 .AnyTagClassName
 {
   color: #DF0AE5;
 }
</style>
background-color css

<style>
 a { background-color: #DF0AE5; }

 a { background-color: rgb(223,10,229); }

 div.DivClassName
 {
   background-color: #DF0AE5;
 }
 .BgClassName
 {
   background-color: #DF0AE5;
 }
</style>
border-color css

<style>
 span { border-color: #DF0AE5; }

 span { border-color: rgb(223,10,229); }

 td.TdClassName
 {
   border-color: #DF0AE5;
 }
 .TagClassName
 {
   border-color: #DF0AE5;
 }
</style>