Shades of Psychedelic Purple #D02DEC
Tints of Psychedelic Purple #D02DEC
RGB
CMYK
RGB Variations
Color information
#D02DEC (or 0xD02DEC) is known color: Psychedelic Purple. HEX triplet: D0, 2D and EC. RGB value is (208,45,236). Sum of RGB (Red+Green+Blue) = 208+45+236=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D02DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02DEC is #2FD213. Grayscale: #727272. Windows color (decimal): -3133972 or 15478224. OLE color: 15478224.
HSL color Cylindrical-coordinate representation of color #D02DEC: hue angle of 291.2º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02DEC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 45 | 236 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.07 |
| HSL | 291.2º | 0.83% | 0.55% | - |
| HSV(B) | 291.2º | 0.81% | 0.93% | - |
| XYZ | 42.09 | 21.34 | 81.26 | - |
| YUV | 115.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 236 | 0.12 | 0.81 | 0 | 0.07 | 291.2 | 0.83 | 0.55 |
| Hex | D0 | 2D | EC | C | 51 | 0 | 7 | 123 | 53 | 37 |
| Octal | 320 | 55 | 354 | 14 | 121 | 0 | 7 | 443 | 123 | 67 |
| Binary | 11010000 | 101101 | 11101100 | 1100 | 1010001 | 0 | 111 | 100100011 | 1010011 | 110111 |
Color Harmonies of #D02DEC
Complementary color
Monochromatic Colors of #D02DEC
Black with #D02DEC
Text Example
Text Example
White with #D02DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DEC; }
p { color: rgb(208,45,236); }
H1.HeaderClassName
{
color: #D02DEC;
}
.AnyTagClassName
{
color: #D02DEC;
}
</style>
background-color css
<style>
a { background-color: #D02DEC; }
a { background-color: rgb(208,45,236); }
div.DivClassName
{
background-color: #D02DEC;
}
.BgClassName
{
background-color: #D02DEC;
}
</style>
border-color css
<style>
span { border-color: #D02DEC; }
span { border-color: rgb(208,45,236); }
td.TdClassName
{
border-color: #D02DEC;
}
.TagClassName
{
border-color: #D02DEC;
}
</style>