Shades of Psychedelic Purple #D21AEB
Tints of Psychedelic Purple #D21AEB
RGB
CMYK
RGB Variations
Color information
#D21AEB (or 0xD21AEB) is known color: Psychedelic Purple. HEX triplet: D2, 1A and EB. RGB value is (210,26,235). Sum of RGB (Red+Green+Blue) = 210+26+235=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D21AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AEB is #2DE514. Grayscale: #686868. Windows color (decimal): -3007765 or 15407826. OLE color: 15407826.
HSL color Cylindrical-coordinate representation of color #D21AEB: hue angle of 292.82º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21AEB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 26 | 235 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.82º | 0.84% | 0.51% | - |
| HSV(B) | 292.82º | 0.89% | 0.92% | - |
| XYZ | 41.94 | 20.44 | 80.33 | - |
| YUV | 104.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 235 | 0.11 | 0.89 | 0 | 0.08 | 292.82 | 0.84 | 0.51 |
| Hex | D2 | 1A | EB | B | 59 | 0 | 8 | 125 | 54 | 33 |
| Octal | 322 | 32 | 353 | 13 | 131 | 0 | 10 | 445 | 124 | 63 |
| Binary | 11010010 | 11010 | 11101011 | 1011 | 1011001 | 0 | 1000 | 100100101 | 1010100 | 110011 |
Color Harmonies of #D21AEB
Complementary color
Monochromatic Colors of #D21AEB
Black with #D21AEB
Text Example
Text Example
White with #D21AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AEB; }
p { color: rgb(210,26,235); }
H1.HeaderClassName
{
color: #D21AEB;
}
.AnyTagClassName
{
color: #D21AEB;
}
</style>
background-color css
<style>
a { background-color: #D21AEB; }
a { background-color: rgb(210,26,235); }
div.DivClassName
{
background-color: #D21AEB;
}
.BgClassName
{
background-color: #D21AEB;
}
</style>
border-color css
<style>
span { border-color: #D21AEB; }
span { border-color: rgb(210,26,235); }
td.TdClassName
{
border-color: #D21AEB;
}
.TagClassName
{
border-color: #D21AEB;
}
</style>