Shades of Psychedelic Purple #D02EEC
Tints of Psychedelic Purple #D02EEC
RGB
CMYK
RGB Variations
Color information
#D02EEC (or 0xD02EEC) is known color: Psychedelic Purple. HEX triplet: D0, 2E and EC. RGB value is (208,46,236). Sum of RGB (Red+Green+Blue) = 208+46+236=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #D02EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02EEC is #2FD113. Grayscale: #737373. Windows color (decimal): -3133716 or 15478480. OLE color: 15478480.
HSL color Cylindrical-coordinate representation of color #D02EEC: hue angle of 291.16º 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 #D02EEC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 46 | 236 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.07 |
| HSL | 291.16º | 0.83% | 0.55% | - |
| HSV(B) | 291.16º | 0.81% | 0.93% | - |
| XYZ | 42.13 | 21.42 | 81.27 | - |
| YUV | 116.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 236 | 0.12 | 0.81 | 0 | 0.07 | 291.16 | 0.83 | 0.55 |
| Hex | D0 | 2E | EC | C | 51 | 0 | 7 | 123 | 53 | 37 |
| Octal | 320 | 56 | 354 | 14 | 121 | 0 | 7 | 443 | 123 | 67 |
| Binary | 11010000 | 101110 | 11101100 | 1100 | 1010001 | 0 | 111 | 100100011 | 1010011 | 110111 |
Color Harmonies of #D02EEC
Complementary color
Monochromatic Colors of #D02EEC
Black with #D02EEC
Text Example
Text Example
White with #D02EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EEC; }
p { color: rgb(208,46,236); }
H1.HeaderClassName
{
color: #D02EEC;
}
.AnyTagClassName
{
color: #D02EEC;
}
</style>
background-color css
<style>
a { background-color: #D02EEC; }
a { background-color: rgb(208,46,236); }
div.DivClassName
{
background-color: #D02EEC;
}
.BgClassName
{
background-color: #D02EEC;
}
</style>
border-color css
<style>
span { border-color: #D02EEC; }
span { border-color: rgb(208,46,236); }
td.TdClassName
{
border-color: #D02EEC;
}
.TagClassName
{
border-color: #D02EEC;
}
</style>