Shades of Psychedelic Purple #D810ED
Tints of Psychedelic Purple #D810ED
RGB
CMYK
RGB Variations
Color information
#D810ED (or 0xD810ED) is known color: Psychedelic Purple. HEX triplet: D8, 10 and ED. RGB value is (216,16,237). Sum of RGB (Red+Green+Blue) = 216+16+237=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #D810ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D810ED is #27EF12. Grayscale: #646464. Windows color (decimal): -2617107 or 15536344. OLE color: 15536344.
HSL color Cylindrical-coordinate representation of color #D810ED: hue angle of 294.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810ED is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 16 | 237 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.07 |
| HSL | 294.3º | 0.87% | 0.5% | - |
| HSV(B) | 294.3º | 0.93% | 0.93% | - |
| XYZ | 43.79 | 21.08 | 81.88 | - |
| YUV | 100.99 | 204.76 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 237 | 0.09 | 0.93 | 0 | 0.07 | 294.3 | 0.87 | 0.5 |
| Hex | D8 | 10 | ED | 9 | 5D | 0 | 7 | 126 | 57 | 32 |
| Octal | 330 | 20 | 355 | 11 | 135 | 0 | 7 | 446 | 127 | 62 |
| Binary | 11011000 | 10000 | 11101101 | 1001 | 1011101 | 0 | 111 | 100100110 | 1010111 | 110010 |
Color Harmonies of #D810ED
Complementary color
Monochromatic Colors of #D810ED
Black with #D810ED
Text Example
Text Example
White with #D810ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810ED; }
p { color: rgb(216,16,237); }
H1.HeaderClassName
{
color: #D810ED;
}
.AnyTagClassName
{
color: #D810ED;
}
</style>
background-color css
<style>
a { background-color: #D810ED; }
a { background-color: rgb(216,16,237); }
div.DivClassName
{
background-color: #D810ED;
}
.BgClassName
{
background-color: #D810ED;
}
</style>
border-color css
<style>
span { border-color: #D810ED; }
span { border-color: rgb(216,16,237); }
td.TdClassName
{
border-color: #D810ED;
}
.TagClassName
{
border-color: #D810ED;
}
</style>