Shades of Psychedelic Purple #D211EE
Tints of Psychedelic Purple #D211EE
RGB
CMYK
RGB Variations
Color information
#D211EE (or 0xD211EE) is known color: Psychedelic Purple. HEX triplet: D2, 11 and EE. RGB value is (210,17,238). Sum of RGB (Red+Green+Blue) = 210+17+238=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D211EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D211EE is #2DEE11. Grayscale: #636363. Windows color (decimal): -3010066 or 15602130. OLE color: 15602130.
HSL color Cylindrical-coordinate representation of color #D211EE: hue angle of 292.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D211EE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 17 | 238 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.07 |
| HSL | 292.4º | 0.87% | 0.5% | - |
| HSV(B) | 292.4º | 0.93% | 0.93% | - |
| XYZ | 42.21 | 20.28 | 82.58 | - |
| YUV | 99.9 | 205.94 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 238 | 0.12 | 0.93 | 0 | 0.07 | 292.4 | 0.87 | 0.5 |
| Hex | D2 | 11 | EE | C | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 322 | 21 | 356 | 14 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11010010 | 10001 | 11101110 | 1100 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #D211EE
Complementary color
Monochromatic Colors of #D211EE
Black with #D211EE
Text Example
Text Example
White with #D211EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211EE; }
p { color: rgb(210,17,238); }
H1.HeaderClassName
{
color: #D211EE;
}
.AnyTagClassName
{
color: #D211EE;
}
</style>
background-color css
<style>
a { background-color: #D211EE; }
a { background-color: rgb(210,17,238); }
div.DivClassName
{
background-color: #D211EE;
}
.BgClassName
{
background-color: #D211EE;
}
</style>
border-color css
<style>
span { border-color: #D211EE; }
span { border-color: rgb(210,17,238); }
td.TdClassName
{
border-color: #D211EE;
}
.TagClassName
{
border-color: #D211EE;
}
</style>