Shades of Psychedelic Purple #D217EC
Tints of Psychedelic Purple #D217EC
RGB
CMYK
RGB Variations
Color information
#D217EC (or 0xD217EC) is known color: Psychedelic Purple. HEX triplet: D2, 17 and EC. RGB value is (210,23,236). Sum of RGB (Red+Green+Blue) = 210+23+236=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #D217EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217EC is #2DE813. Grayscale: #666666. Windows color (decimal): -3008532 or 15472594. OLE color: 15472594.
HSL color Cylindrical-coordinate representation of color #D217EC: hue angle of 292.68º degrees, saturation: 0.85, 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 #D217EC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 23 | 236 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.07 |
| HSL | 292.68º | 0.85% | 0.51% | - |
| HSV(B) | 292.68º | 0.9% | 0.93% | - |
| XYZ | 42.03 | 20.37 | 81.07 | - |
| YUV | 103.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 236 | 0.11 | 0.90 | 0 | 0.07 | 292.68 | 0.85 | 0.51 |
| Hex | D2 | 17 | EC | B | 5A | 0 | 7 | 125 | 55 | 33 |
| Octal | 322 | 27 | 354 | 13 | 132 | 0 | 7 | 445 | 125 | 63 |
| Binary | 11010010 | 10111 | 11101100 | 1011 | 1011010 | 0 | 111 | 100100101 | 1010101 | 110011 |
Color Harmonies of #D217EC
Complementary color
Monochromatic Colors of #D217EC
Black with #D217EC
Text Example
Text Example
White with #D217EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217EC; }
p { color: rgb(210,23,236); }
H1.HeaderClassName
{
color: #D217EC;
}
.AnyTagClassName
{
color: #D217EC;
}
</style>
background-color css
<style>
a { background-color: #D217EC; }
a { background-color: rgb(210,23,236); }
div.DivClassName
{
background-color: #D217EC;
}
.BgClassName
{
background-color: #D217EC;
}
</style>
border-color css
<style>
span { border-color: #D217EC; }
span { border-color: rgb(210,23,236); }
td.TdClassName
{
border-color: #D217EC;
}
.TagClassName
{
border-color: #D217EC;
}
</style>