Shades of Psychedelic Purple #D219F9
Tints of Psychedelic Purple #D219F9
RGB
CMYK
RGB Variations
Color information
#D219F9 (or 0xD219F9) is known color: Psychedelic Purple. HEX triplet: D2, 19 and F9. RGB value is (210,25,249). Sum of RGB (Red+Green+Blue) = 210+25+249=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #D219F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219F9 is #2DE606. Grayscale: #696969. Windows color (decimal): -3008007 or 16325074. OLE color: 16325074.
HSL color Cylindrical-coordinate representation of color #D219F9: hue angle of 289.55º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D219F9 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 25 | 249 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.02 |
| HSL | 289.55º | 0.95% | 0.54% | - |
| HSV(B) | 289.55º | 0.9% | 0.98% | - |
| XYZ | 44.02 | 21.24 | 91.4 | - |
| YUV | 105.85 | 208.79 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 249 | 0.16 | 0.90 | 0 | 0.02 | 289.55 | 0.95 | 0.54 |
| Hex | D2 | 19 | F9 | 10 | 5A | 0 | 2 | 122 | 5F | 36 |
| Octal | 322 | 31 | 371 | 20 | 132 | 0 | 2 | 442 | 137 | 66 |
| Binary | 11010010 | 11001 | 11111001 | 10000 | 1011010 | 0 | 10 | 100100010 | 1011111 | 110110 |
Color Harmonies of #D219F9
Complementary color
Monochromatic Colors of #D219F9
Black with #D219F9
Text Example
Text Example
White with #D219F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219F9; }
p { color: rgb(210,25,249); }
H1.HeaderClassName
{
color: #D219F9;
}
.AnyTagClassName
{
color: #D219F9;
}
</style>
background-color css
<style>
a { background-color: #D219F9; }
a { background-color: rgb(210,25,249); }
div.DivClassName
{
background-color: #D219F9;
}
.BgClassName
{
background-color: #D219F9;
}
</style>
border-color css
<style>
span { border-color: #D219F9; }
span { border-color: rgb(210,25,249); }
td.TdClassName
{
border-color: #D219F9;
}
.TagClassName
{
border-color: #D219F9;
}
</style>