Shades of Maverick #D5AFC9
Tints of Maverick #D5AFC9
RGB
CMYK
RGB Variations
Color information
#D5AFC9 (or 0xD5AFC9) is known color: Maverick. HEX triplet: D5, AF and C9. RGB value is (213,175,201). Sum of RGB (Red+Green+Blue) = 213+175+201=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC9 is #2A5036. Grayscale: #BDBDBD. Windows color (decimal): -2773047 or 13217749. OLE color: 13217749.
HSL color Cylindrical-coordinate representation of color #D5AFC9: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFC9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 201 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.16 |
| HSL | 318.95º | 0.31% | 0.76% | - |
| HSV(B) | 318.95º | 0.18% | 0.84% | - |
| XYZ | 53.31 | 49.02 | 61.91 | - |
| YUV | 189.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 201 | 0 | 0.18 | 0.06 | 0.16 | 318.95 | 0.31 | 0.76 |
| Hex | D5 | AF | C9 | 0 | 12 | 6 | 10 | 13F | 1F | 4C |
| Octal | 325 | 257 | 311 | 0 | 22 | 6 | 20 | 477 | 37 | 114 |
| Binary | 11010101 | 10101111 | 11001001 | 0 | 10010 | 110 | 10000 | 100111111 | 11111 | 1001100 |
Color Harmonies of #D5AFC9
Complementary color
Monochromatic Colors of #D5AFC9
Black with #D5AFC9
Text Example
Text Example
White with #D5AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFC9; }
p { color: rgb(213,175,201); }
H1.HeaderClassName
{
color: #D5AFC9;
}
.AnyTagClassName
{
color: #D5AFC9;
}
</style>
background-color css
<style>
a { background-color: #D5AFC9; }
a { background-color: rgb(213,175,201); }
div.DivClassName
{
background-color: #D5AFC9;
}
.BgClassName
{
background-color: #D5AFC9;
}
</style>
border-color css
<style>
span { border-color: #D5AFC9; }
span { border-color: rgb(213,175,201); }
td.TdClassName
{
border-color: #D5AFC9;
}
.TagClassName
{
border-color: #D5AFC9;
}
</style>