Shades of Psychedelic Purple #D213E9
Tints of Psychedelic Purple #D213E9
RGB
CMYK
RGB Variations
Color information
#D213E9 (or 0xD213E9) is known color: Psychedelic Purple. HEX triplet: D2, 13 and E9. RGB value is (210,19,233). Sum of RGB (Red+Green+Blue) = 210+19+233=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #D213E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213E9 is #2DEC16. Grayscale: #636363. Windows color (decimal): -3009559 or 15274962. OLE color: 15274962.
HSL color Cylindrical-coordinate representation of color #D213E9: hue angle of 293.55º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D213E9 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 19 | 233 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.09 |
| HSL | 293.55º | 0.85% | 0.49% | - |
| HSV(B) | 293.55º | 0.92% | 0.91% | - |
| XYZ | 41.52 | 20.05 | 78.77 | - |
| YUV | 100.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 233 | 0.10 | 0.92 | 0 | 0.09 | 293.55 | 0.85 | 0.49 |
| Hex | D2 | 13 | E9 | A | 5C | 0 | 9 | 126 | 55 | 31 |
| Octal | 322 | 23 | 351 | 12 | 134 | 0 | 11 | 446 | 125 | 61 |
| Binary | 11010010 | 10011 | 11101001 | 1010 | 1011100 | 0 | 1001 | 100100110 | 1010101 | 110001 |
Color Harmonies of #D213E9
Complementary color
Monochromatic Colors of #D213E9
Black with #D213E9
Text Example
Text Example
White with #D213E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213E9; }
p { color: rgb(210,19,233); }
H1.HeaderClassName
{
color: #D213E9;
}
.AnyTagClassName
{
color: #D213E9;
}
</style>
background-color css
<style>
a { background-color: #D213E9; }
a { background-color: rgb(210,19,233); }
div.DivClassName
{
background-color: #D213E9;
}
.BgClassName
{
background-color: #D213E9;
}
</style>
border-color css
<style>
span { border-color: #D213E9; }
span { border-color: rgb(210,19,233); }
td.TdClassName
{
border-color: #D213E9;
}
.TagClassName
{
border-color: #D213E9;
}
</style>