Shades of Psychedelic Purple #D218EE
Tints of Psychedelic Purple #D218EE
RGB
CMYK
RGB Variations
Color information
#D218EE (or 0xD218EE) is known color: Psychedelic Purple. HEX triplet: D2, 18 and EE. RGB value is (210,24,238). Sum of RGB (Red+Green+Blue) = 210+24+238=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D218EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218EE is #2DE711. Grayscale: #676767. Windows color (decimal): -3008274 or 15603922. OLE color: 15603922.
HSL color Cylindrical-coordinate representation of color #D218EE: hue angle of 292.15º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D218EE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 24 | 238 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.07 |
| HSL | 292.15º | 0.86% | 0.51% | - |
| HSV(B) | 292.15º | 0.9% | 0.93% | - |
| XYZ | 42.34 | 20.53 | 82.62 | - |
| YUV | 104.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 238 | 0.12 | 0.90 | 0 | 0.07 | 292.15 | 0.86 | 0.51 |
| Hex | D2 | 18 | EE | C | 5A | 0 | 7 | 124 | 56 | 33 |
| Octal | 322 | 30 | 356 | 14 | 132 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11010010 | 11000 | 11101110 | 1100 | 1011010 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #D218EE
Complementary color
Monochromatic Colors of #D218EE
Black with #D218EE
Text Example
Text Example
White with #D218EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218EE; }
p { color: rgb(210,24,238); }
H1.HeaderClassName
{
color: #D218EE;
}
.AnyTagClassName
{
color: #D218EE;
}
</style>
background-color css
<style>
a { background-color: #D218EE; }
a { background-color: rgb(210,24,238); }
div.DivClassName
{
background-color: #D218EE;
}
.BgClassName
{
background-color: #D218EE;
}
</style>
border-color css
<style>
span { border-color: #D218EE; }
span { border-color: rgb(210,24,238); }
td.TdClassName
{
border-color: #D218EE;
}
.TagClassName
{
border-color: #D218EE;
}
</style>