Shades of Psychedelic Purple #D218ED
Tints of Psychedelic Purple #D218ED
RGB
CMYK
RGB Variations
Color information
#D218ED (or 0xD218ED) is known color: Psychedelic Purple. HEX triplet: D2, 18 and ED. RGB value is (210,24,237). Sum of RGB (Red+Green+Blue) = 210+24+237=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #D218ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218ED is #2DE712. Grayscale: #676767. Windows color (decimal): -3008275 or 15538386. OLE color: 15538386.
HSL color Cylindrical-coordinate representation of color #D218ED: hue angle of 292.39º 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 #D218ED is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 24 | 237 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.07 |
| HSL | 292.39º | 0.86% | 0.51% | - |
| HSV(B) | 292.39º | 0.9% | 0.93% | - |
| XYZ | 42.19 | 20.47 | 81.85 | - |
| YUV | 103.9 | 203.12 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 237 | 0.11 | 0.90 | 0 | 0.07 | 292.39 | 0.86 | 0.51 |
| Hex | D2 | 18 | ED | B | 5A | 0 | 7 | 124 | 56 | 33 |
| Octal | 322 | 30 | 355 | 13 | 132 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11010010 | 11000 | 11101101 | 1011 | 1011010 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #D218ED
Complementary color
Monochromatic Colors of #D218ED
Black with #D218ED
Text Example
Text Example
White with #D218ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218ED; }
p { color: rgb(210,24,237); }
H1.HeaderClassName
{
color: #D218ED;
}
.AnyTagClassName
{
color: #D218ED;
}
</style>
background-color css
<style>
a { background-color: #D218ED; }
a { background-color: rgb(210,24,237); }
div.DivClassName
{
background-color: #D218ED;
}
.BgClassName
{
background-color: #D218ED;
}
</style>
border-color css
<style>
span { border-color: #D218ED; }
span { border-color: rgb(210,24,237); }
td.TdClassName
{
border-color: #D218ED;
}
.TagClassName
{
border-color: #D218ED;
}
</style>