Shades of Violet #D985E6
Tints of Violet #D985E6
RGB
CMYK
RGB Variations
Color information
#D985E6 (or 0xD985E6) is known color: Violet. HEX triplet: D9, 85 and E6. RGB value is (217,133,230). Sum of RGB (Red+Green+Blue) = 217+133+230=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #D985E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985E6 is #267A19. Grayscale: #A8A8A8. Windows color (decimal): -2521626 or 15107545. OLE color: 15107545.
HSL color Cylindrical-coordinate representation of color #D985E6: hue angle of 291.96º 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 #D985E6 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 133 | 230 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.10 |
| HSL | 291.96º | 0.66% | 0.71% | - |
| HSV(B) | 291.96º | 0.42% | 0.9% | - |
| XYZ | 51.29 | 37.24 | 79.35 | - |
| YUV | 169.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 230 | 0.06 | 0.42 | 0 | 0.10 | 291.96 | 0.66 | 0.71 |
| Hex | D9 | 85 | E6 | 6 | 2A | 0 | A | 124 | 42 | 47 |
| Octal | 331 | 205 | 346 | 6 | 52 | 0 | 12 | 444 | 102 | 107 |
| Binary | 11011001 | 10000101 | 11100110 | 110 | 101010 | 0 | 1010 | 100100100 | 1000010 | 1000111 |
Color Harmonies of #D985E6
Complementary color
Monochromatic Colors of #D985E6
Black with #D985E6
Text Example
Text Example
White with #D985E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985E6; }
p { color: rgb(217,133,230); }
H1.HeaderClassName
{
color: #D985E6;
}
.AnyTagClassName
{
color: #D985E6;
}
</style>
background-color css
<style>
a { background-color: #D985E6; }
a { background-color: rgb(217,133,230); }
div.DivClassName
{
background-color: #D985E6;
}
.BgClassName
{
background-color: #D985E6;
}
</style>
border-color css
<style>
span { border-color: #D985E6; }
span { border-color: rgb(217,133,230); }
td.TdClassName
{
border-color: #D985E6;
}
.TagClassName
{
border-color: #D985E6;
}
</style>