Shades of Maverick #DAA9CB
Tints of Maverick #DAA9CB
RGB
CMYK
RGB Variations
Color information
#DAA9CB (or 0xDAA9CB) is known color: Maverick. HEX triplet: DA, A9 and CB. RGB value is (218,169,203). Sum of RGB (Red+Green+Blue) = 218+169+203=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9CB is #255634. Grayscale: #BBBBBB. Windows color (decimal): -2446901 or 13347290. OLE color: 13347290.
HSL color Cylindrical-coordinate representation of color #DAA9CB: hue angle of 318.37º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9CB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 203 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.15 |
| HSL | 318.37º | 0.4% | 0.76% | - |
| HSV(B) | 318.37º | 0.22% | 0.85% | - |
| XYZ | 53.88 | 47.59 | 62.85 | - |
| YUV | 187.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 203 | 0 | 0.22 | 0.07 | 0.15 | 318.37 | 0.4 | 0.76 |
| Hex | DA | A9 | CB | 0 | 16 | 7 | F | 13E | 28 | 4C |
| Octal | 332 | 251 | 313 | 0 | 26 | 7 | 17 | 476 | 50 | 114 |
| Binary | 11011010 | 10101001 | 11001011 | 0 | 10110 | 111 | 1111 | 100111110 | 101000 | 1001100 |
Color Harmonies of #DAA9CB
Complementary color
Monochromatic Colors of #DAA9CB
Black with #DAA9CB
Text Example
Text Example
White with #DAA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9CB; }
p { color: rgb(218,169,203); }
H1.HeaderClassName
{
color: #DAA9CB;
}
.AnyTagClassName
{
color: #DAA9CB;
}
</style>
background-color css
<style>
a { background-color: #DAA9CB; }
a { background-color: rgb(218,169,203); }
div.DivClassName
{
background-color: #DAA9CB;
}
.BgClassName
{
background-color: #DAA9CB;
}
</style>
border-color css
<style>
span { border-color: #DAA9CB; }
span { border-color: rgb(218,169,203); }
td.TdClassName
{
border-color: #DAA9CB;
}
.TagClassName
{
border-color: #DAA9CB;
}
</style>