Shades of Psychedelic Purple #D81BEB
Tints of Psychedelic Purple #D81BEB
RGB
CMYK
RGB Variations
Color information
#D81BEB (or 0xD81BEB) is known color: Psychedelic Purple. HEX triplet: D8, 1B and EB. RGB value is (216,27,235). Sum of RGB (Red+Green+Blue) = 216+27+235=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #D81BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81BEB is #27E414. Grayscale: #6A6A6A. Windows color (decimal): -2614293 or 15408088. OLE color: 15408088.
HSL color Cylindrical-coordinate representation of color #D81BEB: hue angle of 294.52º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81BEB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 27 | 235 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.08 |
| HSL | 294.52º | 0.84% | 0.51% | - |
| HSV(B) | 294.52º | 0.89% | 0.92% | - |
| XYZ | 43.71 | 21.38 | 80.42 | - |
| YUV | 107.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 235 | 0.08 | 0.89 | 0 | 0.08 | 294.52 | 0.84 | 0.51 |
| Hex | D8 | 1B | EB | 8 | 59 | 0 | 8 | 127 | 54 | 33 |
| Octal | 330 | 33 | 353 | 10 | 131 | 0 | 10 | 447 | 124 | 63 |
| Binary | 11011000 | 11011 | 11101011 | 1000 | 1011001 | 0 | 1000 | 100100111 | 1010100 | 110011 |
Color Harmonies of #D81BEB
Complementary color
Monochromatic Colors of #D81BEB
Black with #D81BEB
Text Example
Text Example
White with #D81BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BEB; }
p { color: rgb(216,27,235); }
H1.HeaderClassName
{
color: #D81BEB;
}
.AnyTagClassName
{
color: #D81BEB;
}
</style>
background-color css
<style>
a { background-color: #D81BEB; }
a { background-color: rgb(216,27,235); }
div.DivClassName
{
background-color: #D81BEB;
}
.BgClassName
{
background-color: #D81BEB;
}
</style>
border-color css
<style>
span { border-color: #D81BEB; }
span { border-color: rgb(216,27,235); }
td.TdClassName
{
border-color: #D81BEB;
}
.TagClassName
{
border-color: #D81BEB;
}
</style>