Shades of Psychedelic Purple #D912ED
Tints of Psychedelic Purple #D912ED
RGB
CMYK
RGB Variations
Color information
#D912ED (or 0xD912ED) is known color: Psychedelic Purple. HEX triplet: D9, 12 and ED. RGB value is (217,18,237). Sum of RGB (Red+Green+Blue) = 217+18+237=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D912ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912ED is #26ED12. Grayscale: #656565. Windows color (decimal): -2551059 or 15536857. OLE color: 15536857.
HSL color Cylindrical-coordinate representation of color #D912ED: hue angle of 294.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912ED is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 18 | 237 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 294.52º | 0.86% | 0.5% | - |
| HSV(B) | 294.52º | 0.92% | 0.93% | - |
| XYZ | 44.12 | 21.3 | 81.91 | - |
| YUV | 102.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 237 | 0.08 | 0.92 | 0 | 0.07 | 294.52 | 0.86 | 0.5 |
| Hex | D9 | 12 | ED | 8 | 5C | 0 | 7 | 127 | 56 | 32 |
| Octal | 331 | 22 | 355 | 10 | 134 | 0 | 7 | 447 | 126 | 62 |
| Binary | 11011001 | 10010 | 11101101 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010110 | 110010 |
Color Harmonies of #D912ED
Complementary color
Monochromatic Colors of #D912ED
Black with #D912ED
Text Example
Text Example
White with #D912ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912ED; }
p { color: rgb(217,18,237); }
H1.HeaderClassName
{
color: #D912ED;
}
.AnyTagClassName
{
color: #D912ED;
}
</style>
background-color css
<style>
a { background-color: #D912ED; }
a { background-color: rgb(217,18,237); }
div.DivClassName
{
background-color: #D912ED;
}
.BgClassName
{
background-color: #D912ED;
}
</style>
border-color css
<style>
span { border-color: #D912ED; }
span { border-color: rgb(217,18,237); }
td.TdClassName
{
border-color: #D912ED;
}
.TagClassName
{
border-color: #D912ED;
}
</style>