Shades of Violet #D586E6
Tints of Violet #D586E6
RGB
CMYK
RGB Variations
Color information
#D586E6 (or 0xD586E6) is known color: Violet. HEX triplet: D5, 86 and E6. RGB value is (213,134,230). Sum of RGB (Red+Green+Blue) = 213+134+230=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #D586E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D586E6 is #2A7919. Grayscale: #A8A8A8. Windows color (decimal): -2783514 or 15107797. OLE color: 15107797.
HSL color Cylindrical-coordinate representation of color #D586E6: hue angle of 289.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D586E6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 134 | 230 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.10 |
| HSL | 289.38º | 0.66% | 0.71% | - |
| HSV(B) | 289.38º | 0.42% | 0.9% | - |
| XYZ | 50.25 | 36.91 | 79.34 | - |
| YUV | 168.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 230 | 0.07 | 0.42 | 0 | 0.10 | 289.38 | 0.66 | 0.71 |
| Hex | D5 | 86 | E6 | 7 | 2A | 0 | A | 121 | 42 | 47 |
| Octal | 325 | 206 | 346 | 7 | 52 | 0 | 12 | 441 | 102 | 107 |
| Binary | 11010101 | 10000110 | 11100110 | 111 | 101010 | 0 | 1010 | 100100001 | 1000010 | 1000111 |
Color Harmonies of #D586E6
Complementary color
Monochromatic Colors of #D586E6
Black with #D586E6
Text Example
Text Example
White with #D586E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586E6; }
p { color: rgb(213,134,230); }
H1.HeaderClassName
{
color: #D586E6;
}
.AnyTagClassName
{
color: #D586E6;
}
</style>
background-color css
<style>
a { background-color: #D586E6; }
a { background-color: rgb(213,134,230); }
div.DivClassName
{
background-color: #D586E6;
}
.BgClassName
{
background-color: #D586E6;
}
</style>
border-color css
<style>
span { border-color: #D586E6; }
span { border-color: rgb(213,134,230); }
td.TdClassName
{
border-color: #D586E6;
}
.TagClassName
{
border-color: #D586E6;
}
</style>