Shades of Psychedelic Purple #D220FC
Tints of Psychedelic Purple #D220FC
RGB
CMYK
RGB Variations
Color information
#D220FC (or 0xD220FC) is known color: Psychedelic Purple. HEX triplet: D2, 20 and FC. RGB value is (210,32,252). Sum of RGB (Red+Green+Blue) = 210+32+252=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #D220FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220FC is #2DDF03. Grayscale: #6D6D6D. Windows color (decimal): -3006212 or 16523474. OLE color: 16523474.
HSL color Cylindrical-coordinate representation of color #D220FC: hue angle of 288.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D220FC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 32 | 252 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.01 |
| HSL | 288.55º | 0.97% | 0.56% | - |
| HSV(B) | 288.55º | 0.87% | 0.99% | - |
| XYZ | 44.67 | 21.76 | 93.94 | - |
| YUV | 110.3 | 207.97 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 252 | 0.17 | 0.87 | 0 | 0.01 | 288.55 | 0.97 | 0.56 |
| Hex | D2 | 20 | FC | 11 | 57 | 0 | 1 | 121 | 61 | 38 |
| Octal | 322 | 40 | 374 | 21 | 127 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010010 | 100000 | 11111100 | 10001 | 1010111 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D220FC
Complementary color
Monochromatic Colors of #D220FC
Black with #D220FC
Text Example
Text Example
White with #D220FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220FC; }
p { color: rgb(210,32,252); }
H1.HeaderClassName
{
color: #D220FC;
}
.AnyTagClassName
{
color: #D220FC;
}
</style>
background-color css
<style>
a { background-color: #D220FC; }
a { background-color: rgb(210,32,252); }
div.DivClassName
{
background-color: #D220FC;
}
.BgClassName
{
background-color: #D220FC;
}
</style>
border-color css
<style>
span { border-color: #D220FC; }
span { border-color: rgb(210,32,252); }
td.TdClassName
{
border-color: #D220FC;
}
.TagClassName
{
border-color: #D220FC;
}
</style>