Shades of Psychedelic Purple #D20DEE
Tints of Psychedelic Purple #D20DEE
RGB
CMYK
RGB Variations
Color information
#D20DEE (or 0xD20DEE) is known color: Psychedelic Purple. HEX triplet: D2, 0D and EE. RGB value is (210,13,238). Sum of RGB (Red+Green+Blue) = 210+13+238=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #D20DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DEE is #2DF211. Grayscale: #606060. Windows color (decimal): -3011090 or 15601106. OLE color: 15601106.
HSL color Cylindrical-coordinate representation of color #D20DEE: hue angle of 292.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DEE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 13 | 238 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.07 |
| HSL | 292.53º | 0.9% | 0.49% | - |
| HSV(B) | 292.53º | 0.95% | 0.93% | - |
| XYZ | 42.15 | 20.16 | 82.56 | - |
| YUV | 97.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 238 | 0.12 | 0.95 | 0 | 0.07 | 292.53 | 0.9 | 0.49 |
| Hex | D2 | D | EE | C | 5F | 0 | 7 | 125 | 5A | 31 |
| Octal | 322 | 15 | 356 | 14 | 137 | 0 | 7 | 445 | 132 | 61 |
| Binary | 11010010 | 1101 | 11101110 | 1100 | 1011111 | 0 | 111 | 100100101 | 1011010 | 110001 |
Color Harmonies of #D20DEE
Complementary color
Monochromatic Colors of #D20DEE
Black with #D20DEE
Text Example
Text Example
White with #D20DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DEE; }
p { color: rgb(210,13,238); }
H1.HeaderClassName
{
color: #D20DEE;
}
.AnyTagClassName
{
color: #D20DEE;
}
</style>
background-color css
<style>
a { background-color: #D20DEE; }
a { background-color: rgb(210,13,238); }
div.DivClassName
{
background-color: #D20DEE;
}
.BgClassName
{
background-color: #D20DEE;
}
</style>
border-color css
<style>
span { border-color: #D20DEE; }
span { border-color: rgb(210,13,238); }
td.TdClassName
{
border-color: #D20DEE;
}
.TagClassName
{
border-color: #D20DEE;
}
</style>