Shades of Psychedelic Purple #D81DEA
Tints of Psychedelic Purple #D81DEA
RGB
CMYK
RGB Variations
Color information
#D81DEA (or 0xD81DEA) is known color: Psychedelic Purple. HEX triplet: D8, 1D and EA. RGB value is (216,29,234). Sum of RGB (Red+Green+Blue) = 216+29+234=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #D81DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81DEA is #27E215. Grayscale: #6B6B6B. Windows color (decimal): -2613782 or 15343064. OLE color: 15343064.
HSL color Cylindrical-coordinate representation of color #D81DEA: hue angle of 294.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81DEA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 29 | 234 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.08 |
| HSL | 294.73º | 0.83% | 0.52% | - |
| HSV(B) | 294.73º | 0.88% | 0.92% | - |
| XYZ | 43.61 | 21.42 | 79.68 | - |
| YUV | 108.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 234 | 0.08 | 0.88 | 0 | 0.08 | 294.73 | 0.83 | 0.52 |
| Hex | D8 | 1D | EA | 8 | 58 | 0 | 8 | 127 | 53 | 34 |
| Octal | 330 | 35 | 352 | 10 | 130 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011000 | 11101 | 11101010 | 1000 | 1011000 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #D81DEA
Complementary color
Monochromatic Colors of #D81DEA
Black with #D81DEA
Text Example
Text Example
White with #D81DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DEA; }
p { color: rgb(216,29,234); }
H1.HeaderClassName
{
color: #D81DEA;
}
.AnyTagClassName
{
color: #D81DEA;
}
</style>
background-color css
<style>
a { background-color: #D81DEA; }
a { background-color: rgb(216,29,234); }
div.DivClassName
{
background-color: #D81DEA;
}
.BgClassName
{
background-color: #D81DEA;
}
</style>
border-color css
<style>
span { border-color: #D81DEA; }
span { border-color: rgb(216,29,234); }
td.TdClassName
{
border-color: #D81DEA;
}
.TagClassName
{
border-color: #D81DEA;
}
</style>