Shades of Psychedelic Purple #D80BEE
Tints of Psychedelic Purple #D80BEE
RGB
CMYK
RGB Variations
Color information
#D80BEE (or 0xD80BEE) is known color: Psychedelic Purple. HEX triplet: D8, 0B and EE. RGB value is (216,11,238). Sum of RGB (Red+Green+Blue) = 216+11+238=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D80BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80BEE is #27F411. Grayscale: #616161. Windows color (decimal): -2618386 or 15600600. OLE color: 15600600.
HSL color Cylindrical-coordinate representation of color #D80BEE: hue angle of 294.19º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BEE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 11 | 238 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.19º | 0.91% | 0.49% | - |
| HSV(B) | 294.19º | 0.95% | 0.93% | - |
| XYZ | 43.87 | 21.01 | 82.63 | - |
| YUV | 98.17 | 206.92 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 238 | 0.09 | 0.95 | 0 | 0.07 | 294.19 | 0.91 | 0.49 |
| Hex | D8 | B | EE | 9 | 5F | 0 | 7 | 126 | 5B | 31 |
| Octal | 330 | 13 | 356 | 11 | 137 | 0 | 7 | 446 | 133 | 61 |
| Binary | 11011000 | 1011 | 11101110 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011011 | 110001 |
Color Harmonies of #D80BEE
Complementary color
Monochromatic Colors of #D80BEE
Black with #D80BEE
Text Example
Text Example
White with #D80BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BEE; }
p { color: rgb(216,11,238); }
H1.HeaderClassName
{
color: #D80BEE;
}
.AnyTagClassName
{
color: #D80BEE;
}
</style>
background-color css
<style>
a { background-color: #D80BEE; }
a { background-color: rgb(216,11,238); }
div.DivClassName
{
background-color: #D80BEE;
}
.BgClassName
{
background-color: #D80BEE;
}
</style>
border-color css
<style>
span { border-color: #D80BEE; }
span { border-color: rgb(216,11,238); }
td.TdClassName
{
border-color: #D80BEE;
}
.TagClassName
{
border-color: #D80BEE;
}
</style>