Shades of Psychedelic Purple #D219E6
Tints of Psychedelic Purple #D219E6
RGB
CMYK
RGB Variations
Color information
#D219E6 (or 0xD219E6) is known color: Psychedelic Purple. HEX triplet: D2, 19 and E6. RGB value is (210,25,230). Sum of RGB (Red+Green+Blue) = 210+25+230=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #D219E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219E6 is #2DE619. Grayscale: #676767. Windows color (decimal): -3008026 or 15079890. OLE color: 15079890.
HSL color Cylindrical-coordinate representation of color #D219E6: hue angle of 294.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D219E6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 25 | 230 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.10 |
| HSL | 294.15º | 0.8% | 0.5% | - |
| HSV(B) | 294.15º | 0.89% | 0.9% | - |
| XYZ | 41.21 | 20.11 | 76.57 | - |
| YUV | 103.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 230 | 0.09 | 0.89 | 0 | 0.10 | 294.15 | 0.8 | 0.5 |
| Hex | D2 | 19 | E6 | 9 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 322 | 31 | 346 | 11 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010010 | 11001 | 11100110 | 1001 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D219E6
Complementary color
Monochromatic Colors of #D219E6
Black with #D219E6
Text Example
Text Example
White with #D219E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219E6; }
p { color: rgb(210,25,230); }
H1.HeaderClassName
{
color: #D219E6;
}
.AnyTagClassName
{
color: #D219E6;
}
</style>
background-color css
<style>
a { background-color: #D219E6; }
a { background-color: rgb(210,25,230); }
div.DivClassName
{
background-color: #D219E6;
}
.BgClassName
{
background-color: #D219E6;
}
</style>
border-color css
<style>
span { border-color: #D219E6; }
span { border-color: rgb(210,25,230); }
td.TdClassName
{
border-color: #D219E6;
}
.TagClassName
{
border-color: #D219E6;
}
</style>