Shades of Maverick #DAA2CA
Tints of Maverick #DAA2CA
RGB
CMYK
RGB Variations
Color information
#DAA2CA (or 0xDAA2CA) is known color: Maverick. HEX triplet: DA, A2 and CA. RGB value is (218,162,202). Sum of RGB (Red+Green+Blue) = 218+162+202=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2CA is #255D35. Grayscale: #B7B7B7. Windows color (decimal): -2448694 or 13279962. OLE color: 13279962.
HSL color Cylindrical-coordinate representation of color #DAA2CA: hue angle of 317.14º 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 #DAA2CA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 202 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.15 |
| HSL | 317.14º | 0.43% | 0.75% | - |
| HSV(B) | 317.14º | 0.26% | 0.85% | - |
| XYZ | 52.49 | 45.01 | 61.8 | - |
| YUV | 183.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 202 | 0 | 0.26 | 0.07 | 0.15 | 317.14 | 0.43 | 0.75 |
| Hex | DA | A2 | CA | 0 | 1A | 7 | F | 13D | 2B | 4B |
| Octal | 332 | 242 | 312 | 0 | 32 | 7 | 17 | 475 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11001010 | 0 | 11010 | 111 | 1111 | 100111101 | 101011 | 1001011 |
Color Harmonies of #DAA2CA
Complementary color
Monochromatic Colors of #DAA2CA
Black with #DAA2CA
Text Example
Text Example
White with #DAA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2CA; }
p { color: rgb(218,162,202); }
H1.HeaderClassName
{
color: #DAA2CA;
}
.AnyTagClassName
{
color: #DAA2CA;
}
</style>
background-color css
<style>
a { background-color: #DAA2CA; }
a { background-color: rgb(218,162,202); }
div.DivClassName
{
background-color: #DAA2CA;
}
.BgClassName
{
background-color: #DAA2CA;
}
</style>
border-color css
<style>
span { border-color: #DAA2CA; }
span { border-color: rgb(218,162,202); }
td.TdClassName
{
border-color: #DAA2CA;
}
.TagClassName
{
border-color: #DAA2CA;
}
</style>