Shades of Psychedelic Purple #D813ED
Tints of Psychedelic Purple #D813ED
RGB
CMYK
RGB Variations
Color information
#D813ED (or 0xD813ED) is known color: Psychedelic Purple. HEX triplet: D8, 13 and ED. RGB value is (216,19,237). Sum of RGB (Red+Green+Blue) = 216+19+237=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D813ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D813ED is #27EC12. Grayscale: #666666. Windows color (decimal): -2616339 or 15537112. OLE color: 15537112.
HSL color Cylindrical-coordinate representation of color #D813ED: hue angle of 294.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D813ED is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 19 | 237 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.07 |
| HSL | 294.22º | 0.86% | 0.5% | - |
| HSV(B) | 294.22º | 0.92% | 0.93% | - |
| XYZ | 43.84 | 21.18 | 81.9 | - |
| YUV | 102.76 | 203.77 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 237 | 0.09 | 0.92 | 0 | 0.07 | 294.22 | 0.86 | 0.5 |
| Hex | D8 | 13 | ED | 9 | 5C | 0 | 7 | 126 | 56 | 32 |
| Octal | 330 | 23 | 355 | 11 | 134 | 0 | 7 | 446 | 126 | 62 |
| Binary | 11011000 | 10011 | 11101101 | 1001 | 1011100 | 0 | 111 | 100100110 | 1010110 | 110010 |
Color Harmonies of #D813ED
Complementary color
Monochromatic Colors of #D813ED
Black with #D813ED
Text Example
Text Example
White with #D813ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813ED; }
p { color: rgb(216,19,237); }
H1.HeaderClassName
{
color: #D813ED;
}
.AnyTagClassName
{
color: #D813ED;
}
</style>
background-color css
<style>
a { background-color: #D813ED; }
a { background-color: rgb(216,19,237); }
div.DivClassName
{
background-color: #D813ED;
}
.BgClassName
{
background-color: #D813ED;
}
</style>
border-color css
<style>
span { border-color: #D813ED; }
span { border-color: rgb(216,19,237); }
td.TdClassName
{
border-color: #D813ED;
}
.TagClassName
{
border-color: #D813ED;
}
</style>