Shades of Psychedelic Purple #D810EF
Tints of Psychedelic Purple #D810EF
RGB
CMYK
RGB Variations
Color information
#D810EF (or 0xD810EF) is known color: Psychedelic Purple. HEX triplet: D8, 10 and EF. RGB value is (216,16,239). Sum of RGB (Red+Green+Blue) = 216+16+239=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #D810EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D810EF is #27EF10. Grayscale: #646464. Windows color (decimal): -2617105 or 15667416. OLE color: 15667416.
HSL color Cylindrical-coordinate representation of color #D810EF: hue angle of 293.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810EF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 16 | 239 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.06 |
| HSL | 293.81º | 0.87% | 0.5% | - |
| HSV(B) | 293.81º | 0.93% | 0.94% | - |
| XYZ | 44.08 | 21.2 | 83.43 | - |
| YUV | 101.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 239 | 0.10 | 0.93 | 0 | 0.06 | 293.81 | 0.87 | 0.5 |
| Hex | D8 | 10 | EF | A | 5D | 0 | 6 | 126 | 57 | 32 |
| Octal | 330 | 20 | 357 | 12 | 135 | 0 | 6 | 446 | 127 | 62 |
| Binary | 11011000 | 10000 | 11101111 | 1010 | 1011101 | 0 | 110 | 100100110 | 1010111 | 110010 |
Color Harmonies of #D810EF
Complementary color
Monochromatic Colors of #D810EF
Black with #D810EF
Text Example
Text Example
White with #D810EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810EF; }
p { color: rgb(216,16,239); }
H1.HeaderClassName
{
color: #D810EF;
}
.AnyTagClassName
{
color: #D810EF;
}
</style>
background-color css
<style>
a { background-color: #D810EF; }
a { background-color: rgb(216,16,239); }
div.DivClassName
{
background-color: #D810EF;
}
.BgClassName
{
background-color: #D810EF;
}
</style>
border-color css
<style>
span { border-color: #D810EF; }
span { border-color: rgb(216,16,239); }
td.TdClassName
{
border-color: #D810EF;
}
.TagClassName
{
border-color: #D810EF;
}
</style>