Shades of Psychedelic Purple #D221FB
Tints of Psychedelic Purple #D221FB
RGB
CMYK
RGB Variations
Color information
#D221FB (or 0xD221FB) is known color: Psychedelic Purple. HEX triplet: D2, 21 and FB. RGB value is (210,33,251). Sum of RGB (Red+Green+Blue) = 210+33+251=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #D221FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221FB is #2DDE04. Grayscale: #6E6E6E. Windows color (decimal): -3005957 or 16458194. OLE color: 16458194.
HSL color Cylindrical-coordinate representation of color #D221FB: hue angle of 288.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D221FB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 33 | 251 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.02 |
| HSL | 288.72º | 0.96% | 0.56% | - |
| HSV(B) | 288.72º | 0.87% | 0.98% | - |
| XYZ | 44.53 | 21.75 | 93.12 | - |
| YUV | 110.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 251 | 0.16 | 0.87 | 0 | 0.02 | 288.72 | 0.96 | 0.56 |
| Hex | D2 | 21 | FB | 10 | 57 | 0 | 2 | 121 | 60 | 38 |
| Octal | 322 | 41 | 373 | 20 | 127 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010010 | 100001 | 11111011 | 10000 | 1010111 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D221FB
Complementary color
Monochromatic Colors of #D221FB
Black with #D221FB
Text Example
Text Example
White with #D221FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221FB; }
p { color: rgb(210,33,251); }
H1.HeaderClassName
{
color: #D221FB;
}
.AnyTagClassName
{
color: #D221FB;
}
</style>
background-color css
<style>
a { background-color: #D221FB; }
a { background-color: rgb(210,33,251); }
div.DivClassName
{
background-color: #D221FB;
}
.BgClassName
{
background-color: #D221FB;
}
</style>
border-color css
<style>
span { border-color: #D221FB; }
span { border-color: rgb(210,33,251); }
td.TdClassName
{
border-color: #D221FB;
}
.TagClassName
{
border-color: #D221FB;
}
</style>