Shades of Maverick #D99EC8
Tints of Maverick #D99EC8
RGB
CMYK
RGB Variations
Color information
#D99EC8 (or 0xD99EC8) is known color: Maverick. HEX triplet: D9, 9E and C8. RGB value is (217,158,200). Sum of RGB (Red+Green+Blue) = 217+158+200=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC8 is #266137. Grayscale: #B4B4B4. Windows color (decimal): -2515256 or 13147865. OLE color: 13147865.
HSL color Cylindrical-coordinate representation of color #D99EC8: hue angle of 317.29º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EC8 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 200 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.15 |
| HSL | 317.29º | 0.44% | 0.74% | - |
| HSV(B) | 317.29º | 0.27% | 0.85% | - |
| XYZ | 51.27 | 43.38 | 60.31 | - |
| YUV | 180.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 200 | 0 | 0.27 | 0.08 | 0.15 | 317.29 | 0.44 | 0.74 |
| Hex | D9 | 9E | C8 | 0 | 1B | 8 | F | 13D | 2C | 4A |
| Octal | 331 | 236 | 310 | 0 | 33 | 10 | 17 | 475 | 54 | 112 |
| Binary | 11011001 | 10011110 | 11001000 | 0 | 11011 | 1000 | 1111 | 100111101 | 101100 | 1001010 |
Color Harmonies of #D99EC8
Complementary color
Monochromatic Colors of #D99EC8
Black with #D99EC8
Text Example
Text Example
White with #D99EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EC8; }
p { color: rgb(217,158,200); }
H1.HeaderClassName
{
color: #D99EC8;
}
.AnyTagClassName
{
color: #D99EC8;
}
</style>
background-color css
<style>
a { background-color: #D99EC8; }
a { background-color: rgb(217,158,200); }
div.DivClassName
{
background-color: #D99EC8;
}
.BgClassName
{
background-color: #D99EC8;
}
</style>
border-color css
<style>
span { border-color: #D99EC8; }
span { border-color: rgb(217,158,200); }
td.TdClassName
{
border-color: #D99EC8;
}
.TagClassName
{
border-color: #D99EC8;
}
</style>