Shades of Psychedelic Purple #D20AEB
Tints of Psychedelic Purple #D20AEB
RGB
CMYK
RGB Variations
Color information
#D20AEB (or 0xD20AEB) is known color: Psychedelic Purple. HEX triplet: D2, 0A and EB. RGB value is (210,10,235). Sum of RGB (Red+Green+Blue) = 210+10+235=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #D20AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AEB is #2DF514. Grayscale: #5E5E5E. Windows color (decimal): -3011861 or 15403730. OLE color: 15403730.
HSL color Cylindrical-coordinate representation of color #D20AEB: hue angle of 293.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20AEB is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 10 | 235 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.08 |
| HSL | 293.33º | 0.92% | 0.48% | - |
| HSV(B) | 293.33º | 0.96% | 0.92% | - |
| XYZ | 41.68 | 19.92 | 80.24 | - |
| YUV | 95.45 | 206.76 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 235 | 0.11 | 0.96 | 0 | 0.08 | 293.33 | 0.92 | 0.48 |
| Hex | D2 | A | EB | B | 60 | 0 | 8 | 125 | 5C | 30 |
| Octal | 322 | 12 | 353 | 13 | 140 | 0 | 10 | 445 | 134 | 60 |
| Binary | 11010010 | 1010 | 11101011 | 1011 | 1100000 | 0 | 1000 | 100100101 | 1011100 | 110000 |
Color Harmonies of #D20AEB
Complementary color
Monochromatic Colors of #D20AEB
Black with #D20AEB
Text Example
Text Example
White with #D20AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AEB; }
p { color: rgb(210,10,235); }
H1.HeaderClassName
{
color: #D20AEB;
}
.AnyTagClassName
{
color: #D20AEB;
}
</style>
background-color css
<style>
a { background-color: #D20AEB; }
a { background-color: rgb(210,10,235); }
div.DivClassName
{
background-color: #D20AEB;
}
.BgClassName
{
background-color: #D20AEB;
}
</style>
border-color css
<style>
span { border-color: #D20AEB; }
span { border-color: rgb(210,10,235); }
td.TdClassName
{
border-color: #D20AEB;
}
.TagClassName
{
border-color: #D20AEB;
}
</style>