Shades of Psychedelic Purple #D80EE6
Tints of Psychedelic Purple #D80EE6
RGB
CMYK
RGB Variations
Color information
#D80EE6 (or 0xD80EE6) is known color: Psychedelic Purple. HEX triplet: D8, 0E and E6. RGB value is (216,14,230). Sum of RGB (Red+Green+Blue) = 216+14+230=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #D80EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80EE6 is #27F119. Grayscale: #626262. Windows color (decimal): -2617626 or 15077080. OLE color: 15077080.
HSL color Cylindrical-coordinate representation of color #D80EE6: hue angle of 296.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EE6 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 14 | 230 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.10 |
| HSL | 296.11º | 0.89% | 0.48% | - |
| HSV(B) | 296.11º | 0.94% | 0.9% | - |
| XYZ | 42.76 | 20.63 | 76.59 | - |
| YUV | 99.02 | 201.92 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 230 | 0.06 | 0.94 | 0 | 0.10 | 296.11 | 0.89 | 0.48 |
| Hex | D8 | E | E6 | 6 | 5E | 0 | A | 128 | 59 | 30 |
| Octal | 330 | 16 | 346 | 6 | 136 | 0 | 12 | 450 | 131 | 60 |
| Binary | 11011000 | 1110 | 11100110 | 110 | 1011110 | 0 | 1010 | 100101000 | 1011001 | 110000 |
Color Harmonies of #D80EE6
Complementary color
Monochromatic Colors of #D80EE6
Black with #D80EE6
Text Example
Text Example
White with #D80EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EE6; }
p { color: rgb(216,14,230); }
H1.HeaderClassName
{
color: #D80EE6;
}
.AnyTagClassName
{
color: #D80EE6;
}
</style>
background-color css
<style>
a { background-color: #D80EE6; }
a { background-color: rgb(216,14,230); }
div.DivClassName
{
background-color: #D80EE6;
}
.BgClassName
{
background-color: #D80EE6;
}
</style>
border-color css
<style>
span { border-color: #D80EE6; }
span { border-color: rgb(216,14,230); }
td.TdClassName
{
border-color: #D80EE6;
}
.TagClassName
{
border-color: #D80EE6;
}
</style>