Shades of Maverick #DAA5C9
Tints of Maverick #DAA5C9
RGB
CMYK
RGB Variations
Color information
#DAA5C9 (or 0xDAA5C9) is known color: Maverick. HEX triplet: DA, A5 and C9. RGB value is (218,165,201). Sum of RGB (Red+Green+Blue) = 218+165+201=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5C9 is #255A36. Grayscale: #B8B8B8. Windows color (decimal): -2447927 or 13215194. OLE color: 13215194.
HSL color Cylindrical-coordinate representation of color #DAA5C9: hue angle of 319.25º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5C9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 201 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.15 |
| HSL | 319.25º | 0.42% | 0.75% | - |
| HSV(B) | 319.25º | 0.24% | 0.85% | - |
| XYZ | 52.91 | 46.03 | 61.35 | - |
| YUV | 184.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 201 | 0 | 0.24 | 0.08 | 0.15 | 319.25 | 0.42 | 0.75 |
| Hex | DA | A5 | C9 | 0 | 18 | 8 | F | 13F | 2A | 4B |
| Octal | 332 | 245 | 311 | 0 | 30 | 10 | 17 | 477 | 52 | 113 |
| Binary | 11011010 | 10100101 | 11001001 | 0 | 11000 | 1000 | 1111 | 100111111 | 101010 | 1001011 |
Color Harmonies of #DAA5C9
Complementary color
Monochromatic Colors of #DAA5C9
Black with #DAA5C9
Text Example
Text Example
White with #DAA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5C9; }
p { color: rgb(218,165,201); }
H1.HeaderClassName
{
color: #DAA5C9;
}
.AnyTagClassName
{
color: #DAA5C9;
}
</style>
background-color css
<style>
a { background-color: #DAA5C9; }
a { background-color: rgb(218,165,201); }
div.DivClassName
{
background-color: #DAA5C9;
}
.BgClassName
{
background-color: #DAA5C9;
}
</style>
border-color css
<style>
span { border-color: #DAA5C9; }
span { border-color: rgb(218,165,201); }
td.TdClassName
{
border-color: #DAA5C9;
}
.TagClassName
{
border-color: #DAA5C9;
}
</style>