Shades of Psychedelic Purple #D210F0
Tints of Psychedelic Purple #D210F0
RGB
CMYK
RGB Variations
Color information
#D210F0 (or 0xD210F0) is known color: Psychedelic Purple. HEX triplet: D2, 10 and F0. RGB value is (210,16,240). Sum of RGB (Red+Green+Blue) = 210+16+240=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #D210F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210F0 is #2DEF0F. Grayscale: #626262. Windows color (decimal): -3010320 or 15732946. OLE color: 15732946.
HSL color Cylindrical-coordinate representation of color #D210F0: hue angle of 291.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D210F0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 16 | 240 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.06 |
| HSL | 291.96º | 0.88% | 0.5% | - |
| HSV(B) | 291.96º | 0.93% | 0.94% | - |
| XYZ | 42.49 | 20.36 | 84.13 | - |
| YUV | 99.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 240 | 0.12 | 0.93 | 0 | 0.06 | 291.96 | 0.88 | 0.5 |
| Hex | D2 | 10 | F0 | C | 5D | 0 | 6 | 124 | 58 | 32 |
| Octal | 322 | 20 | 360 | 14 | 135 | 0 | 6 | 444 | 130 | 62 |
| Binary | 11010010 | 10000 | 11110000 | 1100 | 1011101 | 0 | 110 | 100100100 | 1011000 | 110010 |
Color Harmonies of #D210F0
Complementary color
Monochromatic Colors of #D210F0
Black with #D210F0
Text Example
Text Example
White with #D210F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210F0; }
p { color: rgb(210,16,240); }
H1.HeaderClassName
{
color: #D210F0;
}
.AnyTagClassName
{
color: #D210F0;
}
</style>
background-color css
<style>
a { background-color: #D210F0; }
a { background-color: rgb(210,16,240); }
div.DivClassName
{
background-color: #D210F0;
}
.BgClassName
{
background-color: #D210F0;
}
</style>
border-color css
<style>
span { border-color: #D210F0; }
span { border-color: rgb(210,16,240); }
td.TdClassName
{
border-color: #D210F0;
}
.TagClassName
{
border-color: #D210F0;
}
</style>