Shades of Psychedelic Purple #D80CEA
Tints of Psychedelic Purple #D80CEA
RGB
CMYK
RGB Variations
Color information
#D80CEA (or 0xD80CEA) is known color: Psychedelic Purple. HEX triplet: D8, 0C and EA. RGB value is (216,12,234). Sum of RGB (Red+Green+Blue) = 216+12+234=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #D80CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CEA is #27F315. Grayscale: #616161. Windows color (decimal): -2618134 or 15338712. OLE color: 15338712.
HSL color Cylindrical-coordinate representation of color #D80CEA: hue angle of 295.14º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CEA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 12 | 234 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.08 |
| HSL | 295.14º | 0.9% | 0.48% | - |
| HSV(B) | 295.14º | 0.95% | 0.92% | - |
| XYZ | 43.3 | 20.8 | 79.57 | - |
| YUV | 98.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 234 | 0.08 | 0.95 | 0 | 0.08 | 295.14 | 0.9 | 0.48 |
| Hex | D8 | C | EA | 8 | 5F | 0 | 8 | 127 | 5A | 30 |
| Octal | 330 | 14 | 352 | 10 | 137 | 0 | 10 | 447 | 132 | 60 |
| Binary | 11011000 | 1100 | 11101010 | 1000 | 1011111 | 0 | 1000 | 100100111 | 1011010 | 110000 |
Color Harmonies of #D80CEA
Complementary color
Monochromatic Colors of #D80CEA
Black with #D80CEA
Text Example
Text Example
White with #D80CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CEA; }
p { color: rgb(216,12,234); }
H1.HeaderClassName
{
color: #D80CEA;
}
.AnyTagClassName
{
color: #D80CEA;
}
</style>
background-color css
<style>
a { background-color: #D80CEA; }
a { background-color: rgb(216,12,234); }
div.DivClassName
{
background-color: #D80CEA;
}
.BgClassName
{
background-color: #D80CEA;
}
</style>
border-color css
<style>
span { border-color: #D80CEA; }
span { border-color: rgb(216,12,234); }
td.TdClassName
{
border-color: #D80CEA;
}
.TagClassName
{
border-color: #D80CEA;
}
</style>