Shades of Maverick #DDA6CA
Tints of Maverick #DDA6CA
RGB
CMYK
RGB Variations
Color information
#DDA6CA (or 0xDDA6CA) is known color: Maverick. HEX triplet: DD, A6 and CA. RGB value is (221,166,202). Sum of RGB (Red+Green+Blue) = 221+166+202=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CA is #225935. Grayscale: #BABABA. Windows color (decimal): -2251062 or 13280989. OLE color: 13280989.
HSL color Cylindrical-coordinate representation of color #DDA6CA: hue angle of 320.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6CA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 202 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.13 |
| HSL | 320.73º | 0.45% | 0.76% | - |
| HSV(B) | 320.73º | 0.25% | 0.87% | - |
| XYZ | 54.12 | 46.91 | 62.08 | - |
| YUV | 186.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 202 | 0 | 0.25 | 0.09 | 0.13 | 320.73 | 0.45 | 0.76 |
| Hex | DD | A6 | CA | 0 | 19 | 9 | D | 141 | 2D | 4C |
| Octal | 335 | 246 | 312 | 0 | 31 | 11 | 15 | 501 | 55 | 114 |
| Binary | 11011101 | 10100110 | 11001010 | 0 | 11001 | 1001 | 1101 | 101000001 | 101101 | 1001100 |
Color Harmonies of #DDA6CA
Complementary color
Monochromatic Colors of #DDA6CA
Black with #DDA6CA
Text Example
Text Example
White with #DDA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6CA; }
p { color: rgb(221,166,202); }
H1.HeaderClassName
{
color: #DDA6CA;
}
.AnyTagClassName
{
color: #DDA6CA;
}
</style>
background-color css
<style>
a { background-color: #DDA6CA; }
a { background-color: rgb(221,166,202); }
div.DivClassName
{
background-color: #DDA6CA;
}
.BgClassName
{
background-color: #DDA6CA;
}
</style>
border-color css
<style>
span { border-color: #DDA6CA; }
span { border-color: rgb(221,166,202); }
td.TdClassName
{
border-color: #DDA6CA;
}
.TagClassName
{
border-color: #DDA6CA;
}
</style>