Shades of Psychedelic Purple #D81BE5
Tints of Psychedelic Purple #D81BE5
RGB
CMYK
RGB Variations
Color information
#D81BE5 (or 0xD81BE5) is known color: Psychedelic Purple. HEX triplet: D8, 1B and E5. RGB value is (216,27,229). Sum of RGB (Red+Green+Blue) = 216+27+229=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #D81BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BE5 is #27E41A. Grayscale: #696969. Windows color (decimal): -2614299 or 15014872. OLE color: 15014872.
HSL color Cylindrical-coordinate representation of color #D81BE5: hue angle of 296.14º 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 #D81BE5 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 27 | 229 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.10 |
| HSL | 296.14º | 0.8% | 0.5% | - |
| HSV(B) | 296.14º | 0.88% | 0.9% | - |
| XYZ | 42.85 | 21.04 | 75.93 | - |
| YUV | 106.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 229 | 0.06 | 0.88 | 0 | 0.10 | 296.14 | 0.8 | 0.5 |
| Hex | D8 | 1B | E5 | 6 | 58 | 0 | A | 128 | 50 | 32 |
| Octal | 330 | 33 | 345 | 6 | 130 | 0 | 12 | 450 | 120 | 62 |
| Binary | 11011000 | 11011 | 11100101 | 110 | 1011000 | 0 | 1010 | 100101000 | 1010000 | 110010 |
Color Harmonies of #D81BE5
Complementary color
Monochromatic Colors of #D81BE5
Black with #D81BE5
Text Example
Text Example
White with #D81BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BE5; }
p { color: rgb(216,27,229); }
H1.HeaderClassName
{
color: #D81BE5;
}
.AnyTagClassName
{
color: #D81BE5;
}
</style>
background-color css
<style>
a { background-color: #D81BE5; }
a { background-color: rgb(216,27,229); }
div.DivClassName
{
background-color: #D81BE5;
}
.BgClassName
{
background-color: #D81BE5;
}
</style>
border-color css
<style>
span { border-color: #D81BE5; }
span { border-color: rgb(216,27,229); }
td.TdClassName
{
border-color: #D81BE5;
}
.TagClassName
{
border-color: #D81BE5;
}
</style>