Shades of Maverick #DDA7CA
Tints of Maverick #DDA7CA
RGB
CMYK
RGB Variations
Color information
#DDA7CA (or 0xDDA7CA) is known color: Maverick. HEX triplet: DD, A7 and CA. RGB value is (221,167,202). Sum of RGB (Red+Green+Blue) = 221+167+202=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CA is #225835. Grayscale: #BBBBBB. Windows color (decimal): -2250806 or 13281245. OLE color: 13281245.
HSL color Cylindrical-coordinate representation of color #DDA7CA: hue angle of 321.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7CA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 202 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.13 |
| HSL | 321.11º | 0.44% | 0.76% | - |
| HSV(B) | 321.11º | 0.24% | 0.87% | - |
| XYZ | 54.3 | 47.27 | 62.14 | - |
| YUV | 187.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 202 | 0 | 0.24 | 0.09 | 0.13 | 321.11 | 0.44 | 0.76 |
| Hex | DD | A7 | CA | 0 | 18 | 9 | D | 141 | 2C | 4C |
| Octal | 335 | 247 | 312 | 0 | 30 | 11 | 15 | 501 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11001010 | 0 | 11000 | 1001 | 1101 | 101000001 | 101100 | 1001100 |
Color Harmonies of #DDA7CA
Complementary color
Monochromatic Colors of #DDA7CA
Black with #DDA7CA
Text Example
Text Example
White with #DDA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7CA; }
p { color: rgb(221,167,202); }
H1.HeaderClassName
{
color: #DDA7CA;
}
.AnyTagClassName
{
color: #DDA7CA;
}
</style>
background-color css
<style>
a { background-color: #DDA7CA; }
a { background-color: rgb(221,167,202); }
div.DivClassName
{
background-color: #DDA7CA;
}
.BgClassName
{
background-color: #DDA7CA;
}
</style>
border-color css
<style>
span { border-color: #DDA7CA; }
span { border-color: rgb(221,167,202); }
td.TdClassName
{
border-color: #DDA7CA;
}
.TagClassName
{
border-color: #DDA7CA;
}
</style>