Shades of Psychedelic Purple #D024ED
Tints of Psychedelic Purple #D024ED
RGB
CMYK
RGB Variations
Color information
#D024ED (or 0xD024ED) is known color: Psychedelic Purple. HEX triplet: D0, 24 and ED. RGB value is (208,36,237). Sum of RGB (Red+Green+Blue) = 208+36+237=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #D024ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024ED is #2FDB12. Grayscale: #6D6D6D. Windows color (decimal): -3136275 or 15541456. OLE color: 15541456.
HSL color Cylindrical-coordinate representation of color #D024ED: hue angle of 291.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D024ED is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 36 | 237 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.07 |
| HSL | 291.34º | 0.85% | 0.54% | - |
| HSV(B) | 291.34º | 0.85% | 0.93% | - |
| XYZ | 41.93 | 20.79 | 81.92 | - |
| YUV | 110.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 237 | 0.12 | 0.85 | 0 | 0.07 | 291.34 | 0.85 | 0.54 |
| Hex | D0 | 24 | ED | C | 55 | 0 | 7 | 123 | 55 | 36 |
| Octal | 320 | 44 | 355 | 14 | 125 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11010000 | 100100 | 11101101 | 1100 | 1010101 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #D024ED
Complementary color
Monochromatic Colors of #D024ED
Black with #D024ED
Text Example
Text Example
White with #D024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024ED; }
p { color: rgb(208,36,237); }
H1.HeaderClassName
{
color: #D024ED;
}
.AnyTagClassName
{
color: #D024ED;
}
</style>
background-color css
<style>
a { background-color: #D024ED; }
a { background-color: rgb(208,36,237); }
div.DivClassName
{
background-color: #D024ED;
}
.BgClassName
{
background-color: #D024ED;
}
</style>
border-color css
<style>
span { border-color: #D024ED; }
span { border-color: rgb(208,36,237); }
td.TdClassName
{
border-color: #D024ED;
}
.TagClassName
{
border-color: #D024ED;
}
</style>