Shades of Maverick #DDA9CB
Tints of Maverick #DDA9CB
RGB
CMYK
RGB Variations
Color information
#DDA9CB (or 0xDDA9CB) is known color: Maverick. HEX triplet: DD, A9 and CB. RGB value is (221,169,203). Sum of RGB (Red+Green+Blue) = 221+169+203=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9CB is #225634. Grayscale: #BCBCBC. Windows color (decimal): -2250293 or 13347293. OLE color: 13347293.
HSL color Cylindrical-coordinate representation of color #DDA9CB: hue angle of 320.77º degrees, saturation: 0.43, 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 #DDA9CB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 203 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.13 |
| HSL | 320.77º | 0.43% | 0.76% | - |
| HSV(B) | 320.77º | 0.24% | 0.87% | - |
| XYZ | 54.79 | 48.06 | 62.89 | - |
| YUV | 188.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 203 | 0 | 0.24 | 0.08 | 0.13 | 320.77 | 0.43 | 0.76 |
| Hex | DD | A9 | CB | 0 | 18 | 8 | D | 141 | 2B | 4C |
| Octal | 335 | 251 | 313 | 0 | 30 | 10 | 15 | 501 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11001011 | 0 | 11000 | 1000 | 1101 | 101000001 | 101011 | 1001100 |
Color Harmonies of #DDA9CB
Complementary color
Monochromatic Colors of #DDA9CB
Black with #DDA9CB
Text Example
Text Example
White with #DDA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9CB; }
p { color: rgb(221,169,203); }
H1.HeaderClassName
{
color: #DDA9CB;
}
.AnyTagClassName
{
color: #DDA9CB;
}
</style>
background-color css
<style>
a { background-color: #DDA9CB; }
a { background-color: rgb(221,169,203); }
div.DivClassName
{
background-color: #DDA9CB;
}
.BgClassName
{
background-color: #DDA9CB;
}
</style>
border-color css
<style>
span { border-color: #DDA9CB; }
span { border-color: rgb(221,169,203); }
td.TdClassName
{
border-color: #DDA9CB;
}
.TagClassName
{
border-color: #DDA9CB;
}
</style>