Shades of Psychedelic Purple #D810E6
Tints of Psychedelic Purple #D810E6
RGB
CMYK
RGB Variations
Color information
#D810E6 (or 0xD810E6) is known color: Psychedelic Purple. HEX triplet: D8, 10 and E6. RGB value is (216,16,230). Sum of RGB (Red+Green+Blue) = 216+16+230=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #D810E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D810E6 is #27EF19. Grayscale: #636363. Windows color (decimal): -2617114 or 15077592. OLE color: 15077592.
HSL color Cylindrical-coordinate representation of color #D810E6: hue angle of 296.07º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810E6 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 16 | 230 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.10 |
| HSL | 296.07º | 0.87% | 0.48% | - |
| HSV(B) | 296.07º | 0.93% | 0.9% | - |
| XYZ | 42.79 | 20.68 | 76.6 | - |
| YUV | 100.2 | 201.26 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 230 | 0.06 | 0.93 | 0 | 0.10 | 296.07 | 0.87 | 0.48 |
| Hex | D8 | 10 | E6 | 6 | 5D | 0 | A | 128 | 57 | 30 |
| Octal | 330 | 20 | 346 | 6 | 135 | 0 | 12 | 450 | 127 | 60 |
| Binary | 11011000 | 10000 | 11100110 | 110 | 1011101 | 0 | 1010 | 100101000 | 1010111 | 110000 |
Color Harmonies of #D810E6
Complementary color
Monochromatic Colors of #D810E6
Black with #D810E6
Text Example
Text Example
White with #D810E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810E6; }
p { color: rgb(216,16,230); }
H1.HeaderClassName
{
color: #D810E6;
}
.AnyTagClassName
{
color: #D810E6;
}
</style>
background-color css
<style>
a { background-color: #D810E6; }
a { background-color: rgb(216,16,230); }
div.DivClassName
{
background-color: #D810E6;
}
.BgClassName
{
background-color: #D810E6;
}
</style>
border-color css
<style>
span { border-color: #D810E6; }
span { border-color: rgb(216,16,230); }
td.TdClassName
{
border-color: #D810E6;
}
.TagClassName
{
border-color: #D810E6;
}
</style>