Shades of Psychedelic Purple #D211FC
Tints of Psychedelic Purple #D211FC
RGB
CMYK
RGB Variations
Color information
#D211FC (or 0xD211FC) is known color: Psychedelic Purple. HEX triplet: D2, 11 and FC. RGB value is (210,17,252). Sum of RGB (Red+Green+Blue) = 210+17+252=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #D211FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211FC is #2DEE03. Grayscale: #646464. Windows color (decimal): -3010052 or 16519634. OLE color: 16519634.
HSL color Cylindrical-coordinate representation of color #D211FC: hue angle of 289.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211FC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 17 | 252 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.01 |
| HSL | 289.28º | 0.98% | 0.53% | - |
| HSV(B) | 289.28º | 0.93% | 0.99% | - |
| XYZ | 44.35 | 21.13 | 93.84 | - |
| YUV | 101.5 | 212.94 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 252 | 0.17 | 0.93 | 0 | 0.01 | 289.28 | 0.98 | 0.53 |
| Hex | D2 | 11 | FC | 11 | 5D | 0 | 1 | 121 | 62 | 35 |
| Octal | 322 | 21 | 374 | 21 | 135 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010010 | 10001 | 11111100 | 10001 | 1011101 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D211FC
Complementary color
Monochromatic Colors of #D211FC
Black with #D211FC
Text Example
Text Example
White with #D211FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211FC; }
p { color: rgb(210,17,252); }
H1.HeaderClassName
{
color: #D211FC;
}
.AnyTagClassName
{
color: #D211FC;
}
</style>
background-color css
<style>
a { background-color: #D211FC; }
a { background-color: rgb(210,17,252); }
div.DivClassName
{
background-color: #D211FC;
}
.BgClassName
{
background-color: #D211FC;
}
</style>
border-color css
<style>
span { border-color: #D211FC; }
span { border-color: rgb(210,17,252); }
td.TdClassName
{
border-color: #D211FC;
}
.TagClassName
{
border-color: #D211FC;
}
</style>