Shades of Psychedelic Purple #D21AE6
Tints of Psychedelic Purple #D21AE6
RGB
CMYK
RGB Variations
Color information
#D21AE6 (or 0xD21AE6) is known color: Psychedelic Purple. HEX triplet: D2, 1A and E6. RGB value is (210,26,230). Sum of RGB (Red+Green+Blue) = 210+26+230=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #D21AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AE6 is #2DE519. Grayscale: #676767. Windows color (decimal): -3007770 or 15080146. OLE color: 15080146.
HSL color Cylindrical-coordinate representation of color #D21AE6: hue angle of 294.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21AE6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 26 | 230 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.10 |
| HSL | 294.12º | 0.8% | 0.5% | - |
| HSV(B) | 294.12º | 0.89% | 0.9% | - |
| XYZ | 41.23 | 20.15 | 76.58 | - |
| YUV | 104.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 230 | 0.09 | 0.89 | 0 | 0.10 | 294.12 | 0.8 | 0.5 |
| Hex | D2 | 1A | E6 | 9 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 322 | 32 | 346 | 11 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010010 | 11010 | 11100110 | 1001 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D21AE6
Complementary color
Monochromatic Colors of #D21AE6
Black with #D21AE6
Text Example
Text Example
White with #D21AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AE6; }
p { color: rgb(210,26,230); }
H1.HeaderClassName
{
color: #D21AE6;
}
.AnyTagClassName
{
color: #D21AE6;
}
</style>
background-color css
<style>
a { background-color: #D21AE6; }
a { background-color: rgb(210,26,230); }
div.DivClassName
{
background-color: #D21AE6;
}
.BgClassName
{
background-color: #D21AE6;
}
</style>
border-color css
<style>
span { border-color: #D21AE6; }
span { border-color: rgb(210,26,230); }
td.TdClassName
{
border-color: #D21AE6;
}
.TagClassName
{
border-color: #D21AE6;
}
</style>