Shades of Maverick #D99FC9
Tints of Maverick #D99FC9
RGB
CMYK
RGB Variations
Color information
#D99FC9 (or 0xD99FC9) is known color: Maverick. HEX triplet: D9, 9F and C9. RGB value is (217,159,201). Sum of RGB (Red+Green+Blue) = 217+159+201=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC9 is #266036. Grayscale: #B5B5B5. Windows color (decimal): -2514999 or 13213657. OLE color: 13213657.
HSL color Cylindrical-coordinate representation of color #D99FC9: hue angle of 316.55º degrees, saturation: 0.43, 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 #D99FC9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 201 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.15 |
| HSL | 316.55º | 0.43% | 0.74% | - |
| HSV(B) | 316.55º | 0.27% | 0.85% | - |
| XYZ | 51.56 | 43.77 | 60.99 | - |
| YUV | 181.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 201 | 0 | 0.27 | 0.07 | 0.15 | 316.55 | 0.43 | 0.74 |
| Hex | D9 | 9F | C9 | 0 | 1B | 7 | F | 13D | 2B | 4A |
| Octal | 331 | 237 | 311 | 0 | 33 | 7 | 17 | 475 | 53 | 112 |
| Binary | 11011001 | 10011111 | 11001001 | 0 | 11011 | 111 | 1111 | 100111101 | 101011 | 1001010 |
Color Harmonies of #D99FC9
Complementary color
Monochromatic Colors of #D99FC9
Black with #D99FC9
Text Example
Text Example
White with #D99FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FC9; }
p { color: rgb(217,159,201); }
H1.HeaderClassName
{
color: #D99FC9;
}
.AnyTagClassName
{
color: #D99FC9;
}
</style>
background-color css
<style>
a { background-color: #D99FC9; }
a { background-color: rgb(217,159,201); }
div.DivClassName
{
background-color: #D99FC9;
}
.BgClassName
{
background-color: #D99FC9;
}
</style>
border-color css
<style>
span { border-color: #D99FC9; }
span { border-color: rgb(217,159,201); }
td.TdClassName
{
border-color: #D99FC9;
}
.TagClassName
{
border-color: #D99FC9;
}
</style>