Shades of Psychedelic Purple #D819ED
Tints of Psychedelic Purple #D819ED
RGB
CMYK
RGB Variations
Color information
#D819ED (or 0xD819ED) is known color: Psychedelic Purple. HEX triplet: D8, 19 and ED. RGB value is (216,25,237). Sum of RGB (Red+Green+Blue) = 216+25+237=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #D819ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D819ED is #27E612. Grayscale: #696969. Windows color (decimal): -2614803 or 15538648. OLE color: 15538648.
HSL color Cylindrical-coordinate representation of color #D819ED: hue angle of 294.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D819ED is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 25 | 237 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.07 |
| HSL | 294.06º | 0.85% | 0.51% | - |
| HSV(B) | 294.06º | 0.89% | 0.93% | - |
| XYZ | 43.95 | 21.41 | 81.94 | - |
| YUV | 106.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 237 | 0.09 | 0.89 | 0 | 0.07 | 294.06 | 0.85 | 0.51 |
| Hex | D8 | 19 | ED | 9 | 59 | 0 | 7 | 126 | 55 | 33 |
| Octal | 330 | 31 | 355 | 11 | 131 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11011000 | 11001 | 11101101 | 1001 | 1011001 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D819ED
Complementary color
Monochromatic Colors of #D819ED
Black with #D819ED
Text Example
Text Example
White with #D819ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819ED; }
p { color: rgb(216,25,237); }
H1.HeaderClassName
{
color: #D819ED;
}
.AnyTagClassName
{
color: #D819ED;
}
</style>
background-color css
<style>
a { background-color: #D819ED; }
a { background-color: rgb(216,25,237); }
div.DivClassName
{
background-color: #D819ED;
}
.BgClassName
{
background-color: #D819ED;
}
</style>
border-color css
<style>
span { border-color: #D819ED; }
span { border-color: rgb(216,25,237); }
td.TdClassName
{
border-color: #D819ED;
}
.TagClassName
{
border-color: #D819ED;
}
</style>