Shades of Psychedelic Purple #D22AF9
Tints of Psychedelic Purple #D22AF9
RGB
CMYK
RGB Variations
Color information
#D22AF9 (or 0xD22AF9) is known color: Psychedelic Purple. HEX triplet: D2, 2A and F9. RGB value is (210,42,249). Sum of RGB (Red+Green+Blue) = 210+42+249=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #D22AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22AF9 is #2DD506. Grayscale: #737373. Windows color (decimal): -3003655 or 16329426. OLE color: 16329426.
HSL color Cylindrical-coordinate representation of color #D22AF9: hue angle of 288.7º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22AF9 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 42 | 249 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.02 |
| HSL | 288.7º | 0.95% | 0.57% | - |
| HSV(B) | 288.7º | 0.83% | 0.98% | - |
| XYZ | 44.51 | 22.2 | 91.56 | - |
| YUV | 115.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 249 | 0.16 | 0.83 | 0 | 0.02 | 288.7 | 0.95 | 0.57 |
| Hex | D2 | 2A | F9 | 10 | 53 | 0 | 2 | 121 | 5F | 39 |
| Octal | 322 | 52 | 371 | 20 | 123 | 0 | 2 | 441 | 137 | 71 |
| Binary | 11010010 | 101010 | 11111001 | 10000 | 1010011 | 0 | 10 | 100100001 | 1011111 | 111001 |
Color Harmonies of #D22AF9
Complementary color
Monochromatic Colors of #D22AF9
Black with #D22AF9
Text Example
Text Example
White with #D22AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AF9; }
p { color: rgb(210,42,249); }
H1.HeaderClassName
{
color: #D22AF9;
}
.AnyTagClassName
{
color: #D22AF9;
}
</style>
background-color css
<style>
a { background-color: #D22AF9; }
a { background-color: rgb(210,42,249); }
div.DivClassName
{
background-color: #D22AF9;
}
.BgClassName
{
background-color: #D22AF9;
}
</style>
border-color css
<style>
span { border-color: #D22AF9; }
span { border-color: rgb(210,42,249); }
td.TdClassName
{
border-color: #D22AF9;
}
.TagClassName
{
border-color: #D22AF9;
}
</style>