Shades of Psychedelic Purple #D219EB
Tints of Psychedelic Purple #D219EB
RGB
CMYK
RGB Variations
Color information
#D219EB (or 0xD219EB) is known color: Psychedelic Purple. HEX triplet: D2, 19 and EB. RGB value is (210,25,235). Sum of RGB (Red+Green+Blue) = 210+25+235=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #D219EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219EB is #2DE614. Grayscale: #676767. Windows color (decimal): -3008021 or 15407570. OLE color: 15407570.
HSL color Cylindrical-coordinate representation of color #D219EB: hue angle of 292.86º 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 #D219EB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 25 | 235 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.86º | 0.84% | 0.51% | - |
| HSV(B) | 292.86º | 0.89% | 0.92% | - |
| XYZ | 41.92 | 20.4 | 80.32 | - |
| YUV | 104.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 235 | 0.11 | 0.89 | 0 | 0.08 | 292.86 | 0.84 | 0.51 |
| Hex | D2 | 19 | EB | B | 59 | 0 | 8 | 125 | 54 | 33 |
| Octal | 322 | 31 | 353 | 13 | 131 | 0 | 10 | 445 | 124 | 63 |
| Binary | 11010010 | 11001 | 11101011 | 1011 | 1011001 | 0 | 1000 | 100100101 | 1010100 | 110011 |
Color Harmonies of #D219EB
Complementary color
Monochromatic Colors of #D219EB
Black with #D219EB
Text Example
Text Example
White with #D219EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219EB; }
p { color: rgb(210,25,235); }
H1.HeaderClassName
{
color: #D219EB;
}
.AnyTagClassName
{
color: #D219EB;
}
</style>
background-color css
<style>
a { background-color: #D219EB; }
a { background-color: rgb(210,25,235); }
div.DivClassName
{
background-color: #D219EB;
}
.BgClassName
{
background-color: #D219EB;
}
</style>
border-color css
<style>
span { border-color: #D219EB; }
span { border-color: rgb(210,25,235); }
td.TdClassName
{
border-color: #D219EB;
}
.TagClassName
{
border-color: #D219EB;
}
</style>