Shades of Maverick #DAA2C8
Tints of Maverick #DAA2C8
RGB
CMYK
RGB Variations
Color information
#DAA2C8 (or 0xDAA2C8) is known color: Maverick. HEX triplet: DA, A2 and C8. RGB value is (218,162,200). Sum of RGB (Red+Green+Blue) = 218+162+200=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C8 is #255D37. Grayscale: #B6B6B6. Windows color (decimal): -2448696 or 13148890. OLE color: 13148890.
HSL color Cylindrical-coordinate representation of color #DAA2C8: hue angle of 319.29º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2C8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 200 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.15 |
| HSL | 319.29º | 0.43% | 0.75% | - |
| HSV(B) | 319.29º | 0.26% | 0.85% | - |
| XYZ | 52.26 | 44.92 | 60.56 | - |
| YUV | 183.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 200 | 0 | 0.26 | 0.08 | 0.15 | 319.29 | 0.43 | 0.75 |
| Hex | DA | A2 | C8 | 0 | 1A | 8 | F | 13F | 2B | 4B |
| Octal | 332 | 242 | 310 | 0 | 32 | 10 | 17 | 477 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11001000 | 0 | 11010 | 1000 | 1111 | 100111111 | 101011 | 1001011 |
Color Harmonies of #DAA2C8
Complementary color
Monochromatic Colors of #DAA2C8
Black with #DAA2C8
Text Example
Text Example
White with #DAA2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2C8; }
p { color: rgb(218,162,200); }
H1.HeaderClassName
{
color: #DAA2C8;
}
.AnyTagClassName
{
color: #DAA2C8;
}
</style>
background-color css
<style>
a { background-color: #DAA2C8; }
a { background-color: rgb(218,162,200); }
div.DivClassName
{
background-color: #DAA2C8;
}
.BgClassName
{
background-color: #DAA2C8;
}
</style>
border-color css
<style>
span { border-color: #DAA2C8; }
span { border-color: rgb(218,162,200); }
td.TdClassName
{
border-color: #DAA2C8;
}
.TagClassName
{
border-color: #DAA2C8;
}
</style>