Shades of Psychedelic Purple #D81BE6
Tints of Psychedelic Purple #D81BE6
RGB
CMYK
RGB Variations
Color information
#D81BE6 (or 0xD81BE6) is known color: Psychedelic Purple. HEX triplet: D8, 1B and E6. RGB value is (216,27,230). Sum of RGB (Red+Green+Blue) = 216+27+230=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #D81BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81BE6 is #27E419. Grayscale: #6A6A6A. Windows color (decimal): -2614298 or 15080408. OLE color: 15080408.
HSL color Cylindrical-coordinate representation of color #D81BE6: hue angle of 295.86º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81BE6 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 27 | 230 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.10 |
| HSL | 295.86º | 0.8% | 0.5% | - |
| HSV(B) | 295.86º | 0.88% | 0.9% | - |
| XYZ | 42.99 | 21.1 | 76.67 | - |
| YUV | 106.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 230 | 0.06 | 0.88 | 0 | 0.10 | 295.86 | 0.8 | 0.5 |
| Hex | D8 | 1B | E6 | 6 | 58 | 0 | A | 128 | 50 | 32 |
| Octal | 330 | 33 | 346 | 6 | 130 | 0 | 12 | 450 | 120 | 62 |
| Binary | 11011000 | 11011 | 11100110 | 110 | 1011000 | 0 | 1010 | 100101000 | 1010000 | 110010 |
Color Harmonies of #D81BE6
Complementary color
Monochromatic Colors of #D81BE6
Black with #D81BE6
Text Example
Text Example
White with #D81BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BE6; }
p { color: rgb(216,27,230); }
H1.HeaderClassName
{
color: #D81BE6;
}
.AnyTagClassName
{
color: #D81BE6;
}
</style>
background-color css
<style>
a { background-color: #D81BE6; }
a { background-color: rgb(216,27,230); }
div.DivClassName
{
background-color: #D81BE6;
}
.BgClassName
{
background-color: #D81BE6;
}
</style>
border-color css
<style>
span { border-color: #D81BE6; }
span { border-color: rgb(216,27,230); }
td.TdClassName
{
border-color: #D81BE6;
}
.TagClassName
{
border-color: #D81BE6;
}
</style>