Shades of Psychedelic Purple #DF2AE8
Tints of Psychedelic Purple #DF2AE8
RGB
CMYK
RGB Variations
Color information
#DF2AE8 (or 0xDF2AE8) is known color: Psychedelic Purple. HEX triplet: DF, 2A and E8. RGB value is (223,42,232). Sum of RGB (Red+Green+Blue) = 223+42+232=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF2AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AE8 is #20D517. Grayscale: #757575. Windows color (decimal): -2151704 or 15215327. OLE color: 15215327.
HSL color Cylindrical-coordinate representation of color #DF2AE8: hue angle of 297.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2AE8 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 42 | 232 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.09 |
| HSL | 297.16º | 0.81% | 0.54% | - |
| HSV(B) | 297.16º | 0.82% | 0.91% | - |
| XYZ | 45.82 | 23.17 | 78.4 | - |
| YUV | 117.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 232 | 0.04 | 0.82 | 0 | 0.09 | 297.16 | 0.81 | 0.54 |
| Hex | DF | 2A | E8 | 4 | 52 | 0 | 9 | 129 | 51 | 36 |
| Octal | 337 | 52 | 350 | 4 | 122 | 0 | 11 | 451 | 121 | 66 |
| Binary | 11011111 | 101010 | 11101000 | 100 | 1010010 | 0 | 1001 | 100101001 | 1010001 | 110110 |
Color Harmonies of #DF2AE8
Complementary color
Monochromatic Colors of #DF2AE8
Black with #DF2AE8
Text Example
Text Example
White with #DF2AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AE8; }
p { color: rgb(223,42,232); }
H1.HeaderClassName
{
color: #DF2AE8;
}
.AnyTagClassName
{
color: #DF2AE8;
}
</style>
background-color css
<style>
a { background-color: #DF2AE8; }
a { background-color: rgb(223,42,232); }
div.DivClassName
{
background-color: #DF2AE8;
}
.BgClassName
{
background-color: #DF2AE8;
}
</style>
border-color css
<style>
span { border-color: #DF2AE8; }
span { border-color: rgb(223,42,232); }
td.TdClassName
{
border-color: #DF2AE8;
}
.TagClassName
{
border-color: #DF2AE8;
}
</style>