Shades of Psychedelic Purple #D80EE5
Tints of Psychedelic Purple #D80EE5
RGB
CMYK
RGB Variations
Color information
#D80EE5 (or 0xD80EE5) is known color: Psychedelic Purple. HEX triplet: D8, 0E and E5. RGB value is (216,14,229). Sum of RGB (Red+Green+Blue) = 216+14+229=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #D80EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EE5 is #27F11A. Grayscale: #626262. Windows color (decimal): -2617627 or 15011544. OLE color: 15011544.
HSL color Cylindrical-coordinate representation of color #D80EE5: hue angle of 296.37º degrees, saturation: 0.88, 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 #D80EE5 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 14 | 229 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.10 |
| HSL | 296.37º | 0.88% | 0.48% | - |
| HSV(B) | 296.37º | 0.94% | 0.9% | - |
| XYZ | 42.62 | 20.57 | 75.85 | - |
| YUV | 98.91 | 201.42 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 229 | 0.06 | 0.94 | 0 | 0.10 | 296.37 | 0.88 | 0.48 |
| Hex | D8 | E | E5 | 6 | 5E | 0 | A | 128 | 58 | 30 |
| Octal | 330 | 16 | 345 | 6 | 136 | 0 | 12 | 450 | 130 | 60 |
| Binary | 11011000 | 1110 | 11100101 | 110 | 1011110 | 0 | 1010 | 100101000 | 1011000 | 110000 |
Color Harmonies of #D80EE5
Complementary color
Monochromatic Colors of #D80EE5
Black with #D80EE5
Text Example
Text Example
White with #D80EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EE5; }
p { color: rgb(216,14,229); }
H1.HeaderClassName
{
color: #D80EE5;
}
.AnyTagClassName
{
color: #D80EE5;
}
</style>
background-color css
<style>
a { background-color: #D80EE5; }
a { background-color: rgb(216,14,229); }
div.DivClassName
{
background-color: #D80EE5;
}
.BgClassName
{
background-color: #D80EE5;
}
</style>
border-color css
<style>
span { border-color: #D80EE5; }
span { border-color: rgb(216,14,229); }
td.TdClassName
{
border-color: #D80EE5;
}
.TagClassName
{
border-color: #D80EE5;
}
</style>