Shades of Violet #D988E5
Tints of Violet #D988E5
RGB
CMYK
RGB Variations
Color information
#D988E5 (or 0xD988E5) is known color: Violet. HEX triplet: D9, 88 and E5. RGB value is (217,136,229). Sum of RGB (Red+Green+Blue) = 217+136+229=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #D988E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988E5 is #26771A. Grayscale: #AAAAAA. Windows color (decimal): -2520859 or 15042777. OLE color: 15042777.
HSL color Cylindrical-coordinate representation of color #D988E5: hue angle of 292.26º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D988E5 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 136 | 229 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.10 |
| HSL | 292.26º | 0.64% | 0.72% | - |
| HSV(B) | 292.26º | 0.41% | 0.9% | - |
| XYZ | 51.56 | 38.02 | 78.75 | - |
| YUV | 170.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 229 | 0.05 | 0.41 | 0 | 0.10 | 292.26 | 0.64 | 0.72 |
| Hex | D9 | 88 | E5 | 5 | 29 | 0 | A | 124 | 40 | 48 |
| Octal | 331 | 210 | 345 | 5 | 51 | 0 | 12 | 444 | 100 | 110 |
| Binary | 11011001 | 10001000 | 11100101 | 101 | 101001 | 0 | 1010 | 100100100 | 1000000 | 1001000 |
Color Harmonies of #D988E5
Complementary color
Monochromatic Colors of #D988E5
Black with #D988E5
Text Example
Text Example
White with #D988E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D988E5; }
p { color: rgb(217,136,229); }
H1.HeaderClassName
{
color: #D988E5;
}
.AnyTagClassName
{
color: #D988E5;
}
</style>
background-color css
<style>
a { background-color: #D988E5; }
a { background-color: rgb(217,136,229); }
div.DivClassName
{
background-color: #D988E5;
}
.BgClassName
{
background-color: #D988E5;
}
</style>
border-color css
<style>
span { border-color: #D988E5; }
span { border-color: rgb(217,136,229); }
td.TdClassName
{
border-color: #D988E5;
}
.TagClassName
{
border-color: #D988E5;
}
</style>