Shades of Psychedelic Purple #D219F7
Tints of Psychedelic Purple #D219F7
RGB
CMYK
RGB Variations
Color information
#D219F7 (or 0xD219F7) is known color: Psychedelic Purple. HEX triplet: D2, 19 and F7. RGB value is (210,25,247). Sum of RGB (Red+Green+Blue) = 210+25+247=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #D219F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219F7 is #2DE608. Grayscale: #686868. Windows color (decimal): -3008009 or 16194002. OLE color: 16194002.
HSL color Cylindrical-coordinate representation of color #D219F7: hue angle of 290º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D219F7 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 25 | 247 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.03 |
| HSL | 290º | 0.93% | 0.53% | - |
| HSV(B) | 290º | 0.9% | 0.97% | - |
| XYZ | 43.71 | 21.11 | 89.77 | - |
| YUV | 105.62 | 207.79 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 247 | 0.15 | 0.90 | 0 | 0.03 | 290 | 0.93 | 0.53 |
| Hex | D2 | 19 | F7 | F | 5A | 0 | 3 | 122 | 5D | 35 |
| Octal | 322 | 31 | 367 | 17 | 132 | 0 | 3 | 442 | 135 | 65 |
| Binary | 11010010 | 11001 | 11110111 | 1111 | 1011010 | 0 | 11 | 100100010 | 1011101 | 110101 |
Color Harmonies of #D219F7
Complementary color
Monochromatic Colors of #D219F7
Black with #D219F7
Text Example
Text Example
White with #D219F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219F7; }
p { color: rgb(210,25,247); }
H1.HeaderClassName
{
color: #D219F7;
}
.AnyTagClassName
{
color: #D219F7;
}
</style>
background-color css
<style>
a { background-color: #D219F7; }
a { background-color: rgb(210,25,247); }
div.DivClassName
{
background-color: #D219F7;
}
.BgClassName
{
background-color: #D219F7;
}
</style>
border-color css
<style>
span { border-color: #D219F7; }
span { border-color: rgb(210,25,247); }
td.TdClassName
{
border-color: #D219F7;
}
.TagClassName
{
border-color: #D219F7;
}
</style>