Shades of Maverick #D5B1C8
Tints of Maverick #D5B1C8
RGB
CMYK
RGB Variations
Color information
#D5B1C8 (or 0xD5B1C8) is known color: Maverick. HEX triplet: D5, B1 and C8. RGB value is (213,177,200). Sum of RGB (Red+Green+Blue) = 213+177+200=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1C8 is #2A4E37. Grayscale: #BEBEBE. Windows color (decimal): -2772536 or 13152725. OLE color: 13152725.
HSL color Cylindrical-coordinate representation of color #D5B1C8: hue angle of 321.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B1C8 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 200 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.16 |
| HSL | 321.67º | 0.3% | 0.76% | - |
| HSV(B) | 321.67º | 0.17% | 0.84% | - |
| XYZ | 53.59 | 49.76 | 61.42 | - |
| YUV | 190.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 200 | 0 | 0.17 | 0.06 | 0.16 | 321.67 | 0.3 | 0.76 |
| Hex | D5 | B1 | C8 | 0 | 11 | 6 | 10 | 142 | 1E | 4C |
| Octal | 325 | 261 | 310 | 0 | 21 | 6 | 20 | 502 | 36 | 114 |
| Binary | 11010101 | 10110001 | 11001000 | 0 | 10001 | 110 | 10000 | 101000010 | 11110 | 1001100 |
Color Harmonies of #D5B1C8
Complementary color
Monochromatic Colors of #D5B1C8
Black with #D5B1C8
Text Example
Text Example
White with #D5B1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1C8; }
p { color: rgb(213,177,200); }
H1.HeaderClassName
{
color: #D5B1C8;
}
.AnyTagClassName
{
color: #D5B1C8;
}
</style>
background-color css
<style>
a { background-color: #D5B1C8; }
a { background-color: rgb(213,177,200); }
div.DivClassName
{
background-color: #D5B1C8;
}
.BgClassName
{
background-color: #D5B1C8;
}
</style>
border-color css
<style>
span { border-color: #D5B1C8; }
span { border-color: rgb(213,177,200); }
td.TdClassName
{
border-color: #D5B1C8;
}
.TagClassName
{
border-color: #D5B1C8;
}
</style>