Shades of Psychedelic Purple #D222F4
Tints of Psychedelic Purple #D222F4
RGB
CMYK
RGB Variations
Color information
#D222F4 (or 0xD222F4) is known color: Psychedelic Purple. HEX triplet: D2, 22 and F4. RGB value is (210,34,244). Sum of RGB (Red+Green+Blue) = 210+34+244=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #D222F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D222F4 is #2DDD0B. Grayscale: #6D6D6D. Windows color (decimal): -3005708 or 15999698. OLE color: 15999698.
HSL color Cylindrical-coordinate representation of color #D222F4: hue angle of 290.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D222F4 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 34 | 244 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.04 |
| HSL | 290.29º | 0.91% | 0.55% | - |
| HSV(B) | 290.29º | 0.86% | 0.96% | - |
| XYZ | 43.48 | 21.38 | 87.42 | - |
| YUV | 110.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 244 | 0.14 | 0.86 | 0 | 0.04 | 290.29 | 0.91 | 0.55 |
| Hex | D2 | 22 | F4 | E | 56 | 0 | 4 | 122 | 5B | 37 |
| Octal | 322 | 42 | 364 | 16 | 126 | 0 | 4 | 442 | 133 | 67 |
| Binary | 11010010 | 100010 | 11110100 | 1110 | 1010110 | 0 | 100 | 100100010 | 1011011 | 110111 |
Color Harmonies of #D222F4
Complementary color
Monochromatic Colors of #D222F4
Black with #D222F4
Text Example
Text Example
White with #D222F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222F4; }
p { color: rgb(210,34,244); }
H1.HeaderClassName
{
color: #D222F4;
}
.AnyTagClassName
{
color: #D222F4;
}
</style>
background-color css
<style>
a { background-color: #D222F4; }
a { background-color: rgb(210,34,244); }
div.DivClassName
{
background-color: #D222F4;
}
.BgClassName
{
background-color: #D222F4;
}
</style>
border-color css
<style>
span { border-color: #D222F4; }
span { border-color: rgb(210,34,244); }
td.TdClassName
{
border-color: #D222F4;
}
.TagClassName
{
border-color: #D222F4;
}
</style>