Shades of Psychedelic Purple #D210EF
Tints of Psychedelic Purple #D210EF
RGB
CMYK
RGB Variations
Color information
#D210EF (or 0xD210EF) is known color: Psychedelic Purple. HEX triplet: D2, 10 and EF. RGB value is (210,16,239). Sum of RGB (Red+Green+Blue) = 210+16+239=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #D210EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210EF is #2DEF10. Grayscale: #626262. Windows color (decimal): -3010321 or 15667410. OLE color: 15667410.
HSL color Cylindrical-coordinate representation of color #D210EF: hue angle of 292.2º degrees, saturation: 0.87, 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 #D210EF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 16 | 239 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.06 |
| HSL | 292.2º | 0.87% | 0.5% | - |
| HSV(B) | 292.2º | 0.93% | 0.94% | - |
| XYZ | 42.34 | 20.3 | 83.35 | - |
| YUV | 99.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 239 | 0.12 | 0.93 | 0 | 0.06 | 292.2 | 0.87 | 0.5 |
| Hex | D2 | 10 | EF | C | 5D | 0 | 6 | 124 | 57 | 32 |
| Octal | 322 | 20 | 357 | 14 | 135 | 0 | 6 | 444 | 127 | 62 |
| Binary | 11010010 | 10000 | 11101111 | 1100 | 1011101 | 0 | 110 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D210EF
Complementary color
Monochromatic Colors of #D210EF
Black with #D210EF
Text Example
Text Example
White with #D210EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210EF; }
p { color: rgb(210,16,239); }
H1.HeaderClassName
{
color: #D210EF;
}
.AnyTagClassName
{
color: #D210EF;
}
</style>
background-color css
<style>
a { background-color: #D210EF; }
a { background-color: rgb(210,16,239); }
div.DivClassName
{
background-color: #D210EF;
}
.BgClassName
{
background-color: #D210EF;
}
</style>
border-color css
<style>
span { border-color: #D210EF; }
span { border-color: rgb(210,16,239); }
td.TdClassName
{
border-color: #D210EF;
}
.TagClassName
{
border-color: #D210EF;
}
</style>