Shades of Psychedelic Purple #D221F7
Tints of Psychedelic Purple #D221F7
RGB
CMYK
RGB Variations
Color information
#D221F7 (or 0xD221F7) is known color: Psychedelic Purple. HEX triplet: D2, 21 and F7. RGB value is (210,33,247). Sum of RGB (Red+Green+Blue) = 210+33+247=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #D221F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221F7 is #2DDE08. Grayscale: #6D6D6D. Windows color (decimal): -3005961 or 16196050. OLE color: 16196050.
HSL color Cylindrical-coordinate representation of color #D221F7: hue angle of 289.63º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D221F7 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 33 | 247 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.03 |
| HSL | 289.63º | 0.93% | 0.55% | - |
| HSV(B) | 289.63º | 0.87% | 0.97% | - |
| XYZ | 43.91 | 21.5 | 89.83 | - |
| YUV | 110.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 247 | 0.15 | 0.87 | 0 | 0.03 | 289.63 | 0.93 | 0.55 |
| Hex | D2 | 21 | F7 | F | 57 | 0 | 3 | 122 | 5D | 37 |
| Octal | 322 | 41 | 367 | 17 | 127 | 0 | 3 | 442 | 135 | 67 |
| Binary | 11010010 | 100001 | 11110111 | 1111 | 1010111 | 0 | 11 | 100100010 | 1011101 | 110111 |
Color Harmonies of #D221F7
Complementary color
Monochromatic Colors of #D221F7
Black with #D221F7
Text Example
Text Example
White with #D221F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221F7; }
p { color: rgb(210,33,247); }
H1.HeaderClassName
{
color: #D221F7;
}
.AnyTagClassName
{
color: #D221F7;
}
</style>
background-color css
<style>
a { background-color: #D221F7; }
a { background-color: rgb(210,33,247); }
div.DivClassName
{
background-color: #D221F7;
}
.BgClassName
{
background-color: #D221F7;
}
</style>
border-color css
<style>
span { border-color: #D221F7; }
span { border-color: rgb(210,33,247); }
td.TdClassName
{
border-color: #D221F7;
}
.TagClassName
{
border-color: #D221F7;
}
</style>