Shades of Maverick #D99DC9
Tints of Maverick #D99DC9
RGB
CMYK
RGB Variations
Color information
#D99DC9 (or 0xD99DC9) is known color: Maverick. HEX triplet: D9, 9D and C9. RGB value is (217,157,201). Sum of RGB (Red+Green+Blue) = 217+157+201=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DC9 is #266236. Grayscale: #B3B3B3. Windows color (decimal): -2515511 or 13213145. OLE color: 13213145.
HSL color Cylindrical-coordinate representation of color #D99DC9: hue angle of 316º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DC9 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 201 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.15 |
| HSL | 316º | 0.44% | 0.73% | - |
| HSV(B) | 316º | 0.28% | 0.85% | - |
| XYZ | 51.21 | 43.08 | 60.87 | - |
| YUV | 179.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 201 | 0 | 0.28 | 0.07 | 0.15 | 316 | 0.44 | 0.73 |
| Hex | D9 | 9D | C9 | 0 | 1C | 7 | F | 13C | 2C | 49 |
| Octal | 331 | 235 | 311 | 0 | 34 | 7 | 17 | 474 | 54 | 111 |
| Binary | 11011001 | 10011101 | 11001001 | 0 | 11100 | 111 | 1111 | 100111100 | 101100 | 1001001 |
Color Harmonies of #D99DC9
Complementary color
Monochromatic Colors of #D99DC9
Black with #D99DC9
Text Example
Text Example
White with #D99DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DC9; }
p { color: rgb(217,157,201); }
H1.HeaderClassName
{
color: #D99DC9;
}
.AnyTagClassName
{
color: #D99DC9;
}
</style>
background-color css
<style>
a { background-color: #D99DC9; }
a { background-color: rgb(217,157,201); }
div.DivClassName
{
background-color: #D99DC9;
}
.BgClassName
{
background-color: #D99DC9;
}
</style>
border-color css
<style>
span { border-color: #D99DC9; }
span { border-color: rgb(217,157,201); }
td.TdClassName
{
border-color: #D99DC9;
}
.TagClassName
{
border-color: #D99DC9;
}
</style>