Shades of Psychedelic Purple #D22FF9
Tints of Psychedelic Purple #D22FF9
RGB
CMYK
RGB Variations
Color information
#D22FF9 (or 0xD22FF9) is known color: Psychedelic Purple. HEX triplet: D2, 2F and F9. RGB value is (210,47,249). Sum of RGB (Red+Green+Blue) = 210+47+249=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #D22FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22FF9 is #2DD006. Grayscale: #767676. Windows color (decimal): -3002375 or 16330706. OLE color: 16330706.
HSL color Cylindrical-coordinate representation of color #D22FF9: hue angle of 288.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22FF9 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 47 | 249 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.02 |
| HSL | 288.42º | 0.94% | 0.58% | - |
| HSV(B) | 288.42º | 0.81% | 0.98% | - |
| XYZ | 44.69 | 22.57 | 91.62 | - |
| YUV | 118.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 249 | 0.16 | 0.81 | 0 | 0.02 | 288.42 | 0.94 | 0.58 |
| Hex | D2 | 2F | F9 | 10 | 51 | 0 | 2 | 120 | 5E | 3A |
| Octal | 322 | 57 | 371 | 20 | 121 | 0 | 2 | 440 | 136 | 72 |
| Binary | 11010010 | 101111 | 11111001 | 10000 | 1010001 | 0 | 10 | 100100000 | 1011110 | 111010 |
Color Harmonies of #D22FF9
Complementary color
Monochromatic Colors of #D22FF9
Black with #D22FF9
Text Example
Text Example
White with #D22FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FF9; }
p { color: rgb(210,47,249); }
H1.HeaderClassName
{
color: #D22FF9;
}
.AnyTagClassName
{
color: #D22FF9;
}
</style>
background-color css
<style>
a { background-color: #D22FF9; }
a { background-color: rgb(210,47,249); }
div.DivClassName
{
background-color: #D22FF9;
}
.BgClassName
{
background-color: #D22FF9;
}
</style>
border-color css
<style>
span { border-color: #D22FF9; }
span { border-color: rgb(210,47,249); }
td.TdClassName
{
border-color: #D22FF9;
}
.TagClassName
{
border-color: #D22FF9;
}
</style>