Shades of Psychedelic Purple #D20AEE
Tints of Psychedelic Purple #D20AEE
RGB
CMYK
RGB Variations
Color information
#D20AEE (or 0xD20AEE) is known color: Psychedelic Purple. HEX triplet: D2, 0A and EE. RGB value is (210,10,238). Sum of RGB (Red+Green+Blue) = 210+10+238=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D20AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AEE is #2DF511. Grayscale: #5F5F5F. Windows color (decimal): -3011858 or 15600338. OLE color: 15600338.
HSL color Cylindrical-coordinate representation of color #D20AEE: hue angle of 292.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20AEE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 10 | 238 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.07 |
| HSL | 292.63º | 0.92% | 0.49% | - |
| HSV(B) | 292.63º | 0.96% | 0.93% | - |
| XYZ | 42.12 | 20.09 | 82.55 | - |
| YUV | 95.79 | 208.26 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 238 | 0.12 | 0.96 | 0 | 0.07 | 292.63 | 0.92 | 0.49 |
| Hex | D2 | A | EE | C | 60 | 0 | 7 | 125 | 5C | 31 |
| Octal | 322 | 12 | 356 | 14 | 140 | 0 | 7 | 445 | 134 | 61 |
| Binary | 11010010 | 1010 | 11101110 | 1100 | 1100000 | 0 | 111 | 100100101 | 1011100 | 110001 |
Color Harmonies of #D20AEE
Complementary color
Monochromatic Colors of #D20AEE
Black with #D20AEE
Text Example
Text Example
White with #D20AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AEE; }
p { color: rgb(210,10,238); }
H1.HeaderClassName
{
color: #D20AEE;
}
.AnyTagClassName
{
color: #D20AEE;
}
</style>
background-color css
<style>
a { background-color: #D20AEE; }
a { background-color: rgb(210,10,238); }
div.DivClassName
{
background-color: #D20AEE;
}
.BgClassName
{
background-color: #D20AEE;
}
</style>
border-color css
<style>
span { border-color: #D20AEE; }
span { border-color: rgb(210,10,238); }
td.TdClassName
{
border-color: #D20AEE;
}
.TagClassName
{
border-color: #D20AEE;
}
</style>