Shades of Psychedelic Purple #D02CEA
Tints of Psychedelic Purple #D02CEA
RGB
CMYK
RGB Variations
Color information
#D02CEA (or 0xD02CEA) is known color: Psychedelic Purple. HEX triplet: D0, 2C and EA. RGB value is (208,44,234). Sum of RGB (Red+Green+Blue) = 208+44+234=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #D02CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02CEA is #2FD315. Grayscale: #727272. Windows color (decimal): -3134230 or 15346896. OLE color: 15346896.
HSL color Cylindrical-coordinate representation of color #D02CEA: hue angle of 291.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02CEA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 44 | 234 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.08 |
| HSL | 291.79º | 0.82% | 0.55% | - |
| HSV(B) | 291.79º | 0.81% | 0.92% | - |
| XYZ | 41.76 | 21.15 | 79.72 | - |
| YUV | 114.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 234 | 0.11 | 0.81 | 0 | 0.08 | 291.79 | 0.82 | 0.55 |
| Hex | D0 | 2C | EA | B | 51 | 0 | 8 | 124 | 52 | 37 |
| Octal | 320 | 54 | 352 | 13 | 121 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010000 | 101100 | 11101010 | 1011 | 1010001 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D02CEA
Complementary color
Monochromatic Colors of #D02CEA
Black with #D02CEA
Text Example
Text Example
White with #D02CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CEA; }
p { color: rgb(208,44,234); }
H1.HeaderClassName
{
color: #D02CEA;
}
.AnyTagClassName
{
color: #D02CEA;
}
</style>
background-color css
<style>
a { background-color: #D02CEA; }
a { background-color: rgb(208,44,234); }
div.DivClassName
{
background-color: #D02CEA;
}
.BgClassName
{
background-color: #D02CEA;
}
</style>
border-color css
<style>
span { border-color: #D02CEA; }
span { border-color: rgb(208,44,234); }
td.TdClassName
{
border-color: #D02CEA;
}
.TagClassName
{
border-color: #D02CEA;
}
</style>