Shades of Psychedelic Purple #D024EA
Tints of Psychedelic Purple #D024EA
RGB
CMYK
RGB Variations
Color information
#D024EA (or 0xD024EA) is known color: Psychedelic Purple. HEX triplet: D0, 24 and EA. RGB value is (208,36,234). Sum of RGB (Red+Green+Blue) = 208+36+234=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #D024EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024EA is #2FDB15. Grayscale: #6D6D6D. Windows color (decimal): -3136278 or 15344848. OLE color: 15344848.
HSL color Cylindrical-coordinate representation of color #D024EA: hue angle of 292.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D024EA is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 36 | 234 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.08 |
| HSL | 292.12º | 0.83% | 0.53% | - |
| HSV(B) | 292.12º | 0.85% | 0.92% | - |
| XYZ | 41.49 | 20.61 | 79.63 | - |
| YUV | 110 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 234 | 0.11 | 0.85 | 0 | 0.08 | 292.12 | 0.83 | 0.53 |
| Hex | D0 | 24 | EA | B | 55 | 0 | 8 | 124 | 52 | 35 |
| Octal | 320 | 44 | 352 | 13 | 125 | 0 | 10 | 444 | 122 | 65 |
| Binary | 11010000 | 100100 | 11101010 | 1011 | 1010101 | 0 | 1000 | 100100100 | 1010010 | 110101 |
Color Harmonies of #D024EA
Complementary color
Monochromatic Colors of #D024EA
Black with #D024EA
Text Example
Text Example
White with #D024EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024EA; }
p { color: rgb(208,36,234); }
H1.HeaderClassName
{
color: #D024EA;
}
.AnyTagClassName
{
color: #D024EA;
}
</style>
background-color css
<style>
a { background-color: #D024EA; }
a { background-color: rgb(208,36,234); }
div.DivClassName
{
background-color: #D024EA;
}
.BgClassName
{
background-color: #D024EA;
}
</style>
border-color css
<style>
span { border-color: #D024EA; }
span { border-color: rgb(208,36,234); }
td.TdClassName
{
border-color: #D024EA;
}
.TagClassName
{
border-color: #D024EA;
}
</style>