Shades of Psychedelic Purple #D22DF9
Tints of Psychedelic Purple #D22DF9
RGB
CMYK
RGB Variations
Color information
#D22DF9 (or 0xD22DF9) is known color: Psychedelic Purple. HEX triplet: D2, 2D and F9. RGB value is (210,45,249). Sum of RGB (Red+Green+Blue) = 210+45+249=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #D22DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22DF9 is #2DD206. Grayscale: #747474. Windows color (decimal): -3002887 or 16330194. OLE color: 16330194.
HSL color Cylindrical-coordinate representation of color #D22DF9: hue angle of 288.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22DF9 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 45 | 249 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.02 |
| HSL | 288.53º | 0.94% | 0.58% | - |
| HSV(B) | 288.53º | 0.82% | 0.98% | - |
| XYZ | 44.62 | 22.42 | 91.6 | - |
| YUV | 117.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 249 | 0.16 | 0.82 | 0 | 0.02 | 288.53 | 0.94 | 0.58 |
| Hex | D2 | 2D | F9 | 10 | 52 | 0 | 2 | 121 | 5E | 3A |
| Octal | 322 | 55 | 371 | 20 | 122 | 0 | 2 | 441 | 136 | 72 |
| Binary | 11010010 | 101101 | 11111001 | 10000 | 1010010 | 0 | 10 | 100100001 | 1011110 | 111010 |
Color Harmonies of #D22DF9
Complementary color
Monochromatic Colors of #D22DF9
Black with #D22DF9
Text Example
Text Example
White with #D22DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DF9; }
p { color: rgb(210,45,249); }
H1.HeaderClassName
{
color: #D22DF9;
}
.AnyTagClassName
{
color: #D22DF9;
}
</style>
background-color css
<style>
a { background-color: #D22DF9; }
a { background-color: rgb(210,45,249); }
div.DivClassName
{
background-color: #D22DF9;
}
.BgClassName
{
background-color: #D22DF9;
}
</style>
border-color css
<style>
span { border-color: #D22DF9; }
span { border-color: rgb(210,45,249); }
td.TdClassName
{
border-color: #D22DF9;
}
.TagClassName
{
border-color: #D22DF9;
}
</style>