Shades of Psychedelic Purple #D81EEB
Tints of Psychedelic Purple #D81EEB
RGB
CMYK
RGB Variations
Color information
#D81EEB (or 0xD81EEB) is known color: Psychedelic Purple. HEX triplet: D8, 1E and EB. RGB value is (216,30,235). Sum of RGB (Red+Green+Blue) = 216+30+235=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D81EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81EEB is #27E114. Grayscale: #6C6C6C. Windows color (decimal): -2613525 or 15408856. OLE color: 15408856.
HSL color Cylindrical-coordinate representation of color #D81EEB: hue angle of 294.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81EEB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 30 | 235 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.08 |
| HSL | 294.44º | 0.84% | 0.52% | - |
| HSV(B) | 294.44º | 0.87% | 0.92% | - |
| XYZ | 43.78 | 21.53 | 80.44 | - |
| YUV | 108.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 235 | 0.08 | 0.87 | 0 | 0.08 | 294.44 | 0.84 | 0.52 |
| Hex | D8 | 1E | EB | 8 | 57 | 0 | 8 | 126 | 54 | 34 |
| Octal | 330 | 36 | 353 | 10 | 127 | 0 | 10 | 446 | 124 | 64 |
| Binary | 11011000 | 11110 | 11101011 | 1000 | 1010111 | 0 | 1000 | 100100110 | 1010100 | 110100 |
Color Harmonies of #D81EEB
Complementary color
Monochromatic Colors of #D81EEB
Black with #D81EEB
Text Example
Text Example
White with #D81EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EEB; }
p { color: rgb(216,30,235); }
H1.HeaderClassName
{
color: #D81EEB;
}
.AnyTagClassName
{
color: #D81EEB;
}
</style>
background-color css
<style>
a { background-color: #D81EEB; }
a { background-color: rgb(216,30,235); }
div.DivClassName
{
background-color: #D81EEB;
}
.BgClassName
{
background-color: #D81EEB;
}
</style>
border-color css
<style>
span { border-color: #D81EEB; }
span { border-color: rgb(216,30,235); }
td.TdClassName
{
border-color: #D81EEB;
}
.TagClassName
{
border-color: #D81EEB;
}
</style>