Shades of Psychedelic Purple #D712ED
Tints of Psychedelic Purple #D712ED
RGB
CMYK
RGB Variations
Color information
#D712ED (or 0xD712ED) is known color: Psychedelic Purple. HEX triplet: D7, 12 and ED. RGB value is (215,18,237). Sum of RGB (Red+Green+Blue) = 215+18+237=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #D712ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712ED is #28ED12. Grayscale: #656565. Windows color (decimal): -2682131 or 15536855. OLE color: 15536855.
HSL color Cylindrical-coordinate representation of color #D712ED: hue angle of 293.97º 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 #D712ED is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 18 | 237 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.07 |
| HSL | 293.97º | 0.86% | 0.5% | - |
| HSV(B) | 293.97º | 0.92% | 0.93% | - |
| XYZ | 43.53 | 20.99 | 81.88 | - |
| YUV | 101.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 237 | 0.09 | 0.92 | 0 | 0.07 | 293.97 | 0.86 | 0.5 |
| Hex | D7 | 12 | ED | 9 | 5C | 0 | 7 | 126 | 56 | 32 |
| Octal | 327 | 22 | 355 | 11 | 134 | 0 | 7 | 446 | 126 | 62 |
| Binary | 11010111 | 10010 | 11101101 | 1001 | 1011100 | 0 | 111 | 100100110 | 1010110 | 110010 |
Color Harmonies of #D712ED
Complementary color
Monochromatic Colors of #D712ED
Black with #D712ED
Text Example
Text Example
White with #D712ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712ED; }
p { color: rgb(215,18,237); }
H1.HeaderClassName
{
color: #D712ED;
}
.AnyTagClassName
{
color: #D712ED;
}
</style>
background-color css
<style>
a { background-color: #D712ED; }
a { background-color: rgb(215,18,237); }
div.DivClassName
{
background-color: #D712ED;
}
.BgClassName
{
background-color: #D712ED;
}
</style>
border-color css
<style>
span { border-color: #D712ED; }
span { border-color: rgb(215,18,237); }
td.TdClassName
{
border-color: #D712ED;
}
.TagClassName
{
border-color: #D712ED;
}
</style>