Shades of Psychedelic Purple #D02CEB
Tints of Psychedelic Purple #D02CEB
RGB
CMYK
RGB Variations
Color information
#D02CEB (or 0xD02CEB) is known color: Psychedelic Purple. HEX triplet: D0, 2C and EB. RGB value is (208,44,235). Sum of RGB (Red+Green+Blue) = 208+44+235=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #D02CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02CEB is #2FD314. Grayscale: #727272. Windows color (decimal): -3134229 or 15412432. OLE color: 15412432.
HSL color Cylindrical-coordinate representation of color #D02CEB: hue angle of 291.52º degrees, saturation: 0.83, 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 #D02CEB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 44 | 235 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.08 |
| HSL | 291.52º | 0.83% | 0.55% | - |
| HSV(B) | 291.52º | 0.81% | 0.92% | - |
| XYZ | 41.91 | 21.21 | 80.48 | - |
| YUV | 114.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 235 | 0.11 | 0.81 | 0 | 0.08 | 291.52 | 0.83 | 0.55 |
| Hex | D0 | 2C | EB | B | 51 | 0 | 8 | 124 | 53 | 37 |
| Octal | 320 | 54 | 353 | 13 | 121 | 0 | 10 | 444 | 123 | 67 |
| Binary | 11010000 | 101100 | 11101011 | 1011 | 1010001 | 0 | 1000 | 100100100 | 1010011 | 110111 |
Color Harmonies of #D02CEB
Complementary color
Monochromatic Colors of #D02CEB
Black with #D02CEB
Text Example
Text Example
White with #D02CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CEB; }
p { color: rgb(208,44,235); }
H1.HeaderClassName
{
color: #D02CEB;
}
.AnyTagClassName
{
color: #D02CEB;
}
</style>
background-color css
<style>
a { background-color: #D02CEB; }
a { background-color: rgb(208,44,235); }
div.DivClassName
{
background-color: #D02CEB;
}
.BgClassName
{
background-color: #D02CEB;
}
</style>
border-color css
<style>
span { border-color: #D02CEB; }
span { border-color: rgb(208,44,235); }
td.TdClassName
{
border-color: #D02CEB;
}
.TagClassName
{
border-color: #D02CEB;
}
</style>