Shades of Psychedelic Purple #D20DEB
Tints of Psychedelic Purple #D20DEB
RGB
CMYK
RGB Variations
Color information
#D20DEB (or 0xD20DEB) is known color: Psychedelic Purple. HEX triplet: D2, 0D and EB. RGB value is (210,13,235). Sum of RGB (Red+Green+Blue) = 210+13+235=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #D20DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DEB is #2DF214. Grayscale: #606060. Windows color (decimal): -3011093 or 15404498. OLE color: 15404498.
HSL color Cylindrical-coordinate representation of color #D20DEB: hue angle of 293.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 13 | 235 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 293.24º | 0.9% | 0.49% | - |
| HSV(B) | 293.24º | 0.94% | 0.92% | - |
| XYZ | 41.72 | 19.99 | 80.26 | - |
| YUV | 97.21 | 205.77 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 235 | 0.11 | 0.94 | 0 | 0.08 | 293.24 | 0.9 | 0.49 |
| Hex | D2 | D | EB | B | 5E | 0 | 8 | 125 | 5A | 31 |
| Octal | 322 | 15 | 353 | 13 | 136 | 0 | 10 | 445 | 132 | 61 |
| Binary | 11010010 | 1101 | 11101011 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011010 | 110001 |
Color Harmonies of #D20DEB
Complementary color
Monochromatic Colors of #D20DEB
Black with #D20DEB
Text Example
Text Example
White with #D20DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DEB; }
p { color: rgb(210,13,235); }
H1.HeaderClassName
{
color: #D20DEB;
}
.AnyTagClassName
{
color: #D20DEB;
}
</style>
background-color css
<style>
a { background-color: #D20DEB; }
a { background-color: rgb(210,13,235); }
div.DivClassName
{
background-color: #D20DEB;
}
.BgClassName
{
background-color: #D20DEB;
}
</style>
border-color css
<style>
span { border-color: #D20DEB; }
span { border-color: rgb(210,13,235); }
td.TdClassName
{
border-color: #D20DEB;
}
.TagClassName
{
border-color: #D20DEB;
}
</style>