Shades of Maverick #D2B0C9
Tints of Maverick #D2B0C9
RGB
CMYK
RGB Variations
Color information
#D2B0C9 (or 0xD2B0C9) is known color: Maverick. HEX triplet: D2, B0 and C9. RGB value is (210,176,201). Sum of RGB (Red+Green+Blue) = 210+176+201=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0C9 is #2D4F36. Grayscale: #BCBCBC. Windows color (decimal): -2969399 or 13218002. OLE color: 13218002.
HSL color Cylindrical-coordinate representation of color #D2B0C9: hue angle of 315.88º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B0C9 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 201 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.18 |
| HSL | 315.88º | 0.27% | 0.76% | - |
| HSV(B) | 315.88º | 0.16% | 0.82% | - |
| XYZ | 52.65 | 48.97 | 61.94 | - |
| YUV | 189.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 201 | 0 | 0.16 | 0.04 | 0.18 | 315.88 | 0.27 | 0.76 |
| Hex | D2 | B0 | C9 | 0 | 10 | 4 | 12 | 13C | 1B | 4C |
| Octal | 322 | 260 | 311 | 0 | 20 | 4 | 22 | 474 | 33 | 114 |
| Binary | 11010010 | 10110000 | 11001001 | 0 | 10000 | 100 | 10010 | 100111100 | 11011 | 1001100 |
Color Harmonies of #D2B0C9
Complementary color
Monochromatic Colors of #D2B0C9
Black with #D2B0C9
Text Example
Text Example
White with #D2B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0C9; }
p { color: rgb(210,176,201); }
H1.HeaderClassName
{
color: #D2B0C9;
}
.AnyTagClassName
{
color: #D2B0C9;
}
</style>
background-color css
<style>
a { background-color: #D2B0C9; }
a { background-color: rgb(210,176,201); }
div.DivClassName
{
background-color: #D2B0C9;
}
.BgClassName
{
background-color: #D2B0C9;
}
</style>
border-color css
<style>
span { border-color: #D2B0C9; }
span { border-color: rgb(210,176,201); }
td.TdClassName
{
border-color: #D2B0C9;
}
.TagClassName
{
border-color: #D2B0C9;
}
</style>