Shades of Psychedelic Purple #D210FC
Tints of Psychedelic Purple #D210FC
RGB
CMYK
RGB Variations
Color information
#D210FC (or 0xD210FC) is known color: Psychedelic Purple. HEX triplet: D2, 10 and FC. RGB value is (210,16,252). Sum of RGB (Red+Green+Blue) = 210+16+252=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #D210FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210FC is #2DEF03. Grayscale: #646464. Windows color (decimal): -3010308 or 16519378. OLE color: 16519378.
HSL color Cylindrical-coordinate representation of color #D210FC: hue angle of 289.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D210FC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 16 | 252 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.01 |
| HSL | 289.32º | 0.98% | 0.53% | - |
| HSV(B) | 289.32º | 0.94% | 0.99% | - |
| XYZ | 44.33 | 21.1 | 93.83 | - |
| YUV | 100.91 | 213.27 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 252 | 0.17 | 0.94 | 0 | 0.01 | 289.32 | 0.98 | 0.53 |
| Hex | D2 | 10 | FC | 11 | 5E | 0 | 1 | 121 | 62 | 35 |
| Octal | 322 | 20 | 374 | 21 | 136 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010010 | 10000 | 11111100 | 10001 | 1011110 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D210FC
Complementary color
Monochromatic Colors of #D210FC
Black with #D210FC
Text Example
Text Example
White with #D210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210FC; }
p { color: rgb(210,16,252); }
H1.HeaderClassName
{
color: #D210FC;
}
.AnyTagClassName
{
color: #D210FC;
}
</style>
background-color css
<style>
a { background-color: #D210FC; }
a { background-color: rgb(210,16,252); }
div.DivClassName
{
background-color: #D210FC;
}
.BgClassName
{
background-color: #D210FC;
}
</style>
border-color css
<style>
span { border-color: #D210FC; }
span { border-color: rgb(210,16,252); }
td.TdClassName
{
border-color: #D210FC;
}
.TagClassName
{
border-color: #D210FC;
}
</style>