Shades of Psychedelic Purple #D80BEA
Tints of Psychedelic Purple #D80BEA
RGB
CMYK
RGB Variations
Color information
#D80BEA (or 0xD80BEA) is known color: Psychedelic Purple. HEX triplet: D8, 0B and EA. RGB value is (216,11,234). Sum of RGB (Red+Green+Blue) = 216+11+234=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #D80BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80BEA is #27F415. Grayscale: #616161. Windows color (decimal): -2618390 or 15338456. OLE color: 15338456.
HSL color Cylindrical-coordinate representation of color #D80BEA: hue angle of 295.16º degrees, saturation: 0.91, 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 #D80BEA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 11 | 234 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.08 |
| HSL | 295.16º | 0.91% | 0.48% | - |
| HSV(B) | 295.16º | 0.95% | 0.92% | - |
| XYZ | 43.29 | 20.78 | 79.57 | - |
| YUV | 97.72 | 204.92 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 234 | 0.08 | 0.95 | 0 | 0.08 | 295.16 | 0.91 | 0.48 |
| Hex | D8 | B | EA | 8 | 5F | 0 | 8 | 127 | 5B | 30 |
| Octal | 330 | 13 | 352 | 10 | 137 | 0 | 10 | 447 | 133 | 60 |
| Binary | 11011000 | 1011 | 11101010 | 1000 | 1011111 | 0 | 1000 | 100100111 | 1011011 | 110000 |
Color Harmonies of #D80BEA
Complementary color
Monochromatic Colors of #D80BEA
Black with #D80BEA
Text Example
Text Example
White with #D80BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BEA; }
p { color: rgb(216,11,234); }
H1.HeaderClassName
{
color: #D80BEA;
}
.AnyTagClassName
{
color: #D80BEA;
}
</style>
background-color css
<style>
a { background-color: #D80BEA; }
a { background-color: rgb(216,11,234); }
div.DivClassName
{
background-color: #D80BEA;
}
.BgClassName
{
background-color: #D80BEA;
}
</style>
border-color css
<style>
span { border-color: #D80BEA; }
span { border-color: rgb(216,11,234); }
td.TdClassName
{
border-color: #D80BEA;
}
.TagClassName
{
border-color: #D80BEA;
}
</style>