Shades of Maverick #D4B1CA
Tints of Maverick #D4B1CA
RGB
CMYK
RGB Variations
Color information
#D4B1CA (or 0xD4B1CA) is known color: Maverick. HEX triplet: D4, B1 and CA. RGB value is (212,177,202). Sum of RGB (Red+Green+Blue) = 212+177+202=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1CA is #2B4E35. Grayscale: #BEBEBE. Windows color (decimal): -2838070 or 13283796. OLE color: 13283796.
HSL color Cylindrical-coordinate representation of color #D4B1CA: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B1CA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 202 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.17 |
| HSL | 317.14º | 0.29% | 0.76% | - |
| HSV(B) | 317.14º | 0.17% | 0.83% | - |
| XYZ | 53.53 | 49.71 | 62.65 | - |
| YUV | 190.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 202 | 0 | 0.17 | 0.05 | 0.17 | 317.14 | 0.29 | 0.76 |
| Hex | D4 | B1 | CA | 0 | 11 | 5 | 11 | 13D | 1D | 4C |
| Octal | 324 | 261 | 312 | 0 | 21 | 5 | 21 | 475 | 35 | 114 |
| Binary | 11010100 | 10110001 | 11001010 | 0 | 10001 | 101 | 10001 | 100111101 | 11101 | 1001100 |
Color Harmonies of #D4B1CA
Complementary color
Monochromatic Colors of #D4B1CA
Black with #D4B1CA
Text Example
Text Example
White with #D4B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1CA; }
p { color: rgb(212,177,202); }
H1.HeaderClassName
{
color: #D4B1CA;
}
.AnyTagClassName
{
color: #D4B1CA;
}
</style>
background-color css
<style>
a { background-color: #D4B1CA; }
a { background-color: rgb(212,177,202); }
div.DivClassName
{
background-color: #D4B1CA;
}
.BgClassName
{
background-color: #D4B1CA;
}
</style>
border-color css
<style>
span { border-color: #D4B1CA; }
span { border-color: rgb(212,177,202); }
td.TdClassName
{
border-color: #D4B1CA;
}
.TagClassName
{
border-color: #D4B1CA;
}
</style>