Shades of Psychedelic Purple #D221F6
Tints of Psychedelic Purple #D221F6
RGB
CMYK
RGB Variations
Color information
#D221F6 (or 0xD221F6) is known color: Psychedelic Purple. HEX triplet: D2, 21 and F6. RGB value is (210,33,246). Sum of RGB (Red+Green+Blue) = 210+33+246=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #D221F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221F6 is #2DDE09. Grayscale: #6D6D6D. Windows color (decimal): -3005962 or 16130514. OLE color: 16130514.
HSL color Cylindrical-coordinate representation of color #D221F6: hue angle of 289.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D221F6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 33 | 246 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.04 |
| HSL | 289.86º | 0.92% | 0.55% | - |
| HSV(B) | 289.86º | 0.87% | 0.96% | - |
| XYZ | 43.76 | 21.44 | 89.02 | - |
| YUV | 110.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 246 | 0.15 | 0.87 | 0 | 0.04 | 289.86 | 0.92 | 0.55 |
| Hex | D2 | 21 | F6 | F | 57 | 0 | 4 | 122 | 5C | 37 |
| Octal | 322 | 41 | 366 | 17 | 127 | 0 | 4 | 442 | 134 | 67 |
| Binary | 11010010 | 100001 | 11110110 | 1111 | 1010111 | 0 | 100 | 100100010 | 1011100 | 110111 |
Color Harmonies of #D221F6
Complementary color
Monochromatic Colors of #D221F6
Black with #D221F6
Text Example
Text Example
White with #D221F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221F6; }
p { color: rgb(210,33,246); }
H1.HeaderClassName
{
color: #D221F6;
}
.AnyTagClassName
{
color: #D221F6;
}
</style>
background-color css
<style>
a { background-color: #D221F6; }
a { background-color: rgb(210,33,246); }
div.DivClassName
{
background-color: #D221F6;
}
.BgClassName
{
background-color: #D221F6;
}
</style>
border-color css
<style>
span { border-color: #D221F6; }
span { border-color: rgb(210,33,246); }
td.TdClassName
{
border-color: #D221F6;
}
.TagClassName
{
border-color: #D221F6;
}
</style>