Shades of Maverick #DDA7CB
Tints of Maverick #DDA7CB
RGB
CMYK
RGB Variations
Color information
#DDA7CB (or 0xDDA7CB) is known color: Maverick. HEX triplet: DD, A7 and CB. RGB value is (221,167,203). Sum of RGB (Red+Green+Blue) = 221+167+203=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CB is #225834. Grayscale: #BBBBBB. Windows color (decimal): -2250805 or 13346781. OLE color: 13346781.
HSL color Cylindrical-coordinate representation of color #DDA7CB: hue angle of 320º 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 #DDA7CB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 203 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.13 |
| HSL | 320º | 0.44% | 0.76% | - |
| HSV(B) | 320º | 0.24% | 0.87% | - |
| XYZ | 54.42 | 47.32 | 62.77 | - |
| YUV | 187.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 203 | 0 | 0.24 | 0.08 | 0.13 | 320 | 0.44 | 0.76 |
| Hex | DD | A7 | CB | 0 | 18 | 8 | D | 140 | 2C | 4C |
| Octal | 335 | 247 | 313 | 0 | 30 | 10 | 15 | 500 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11001011 | 0 | 11000 | 1000 | 1101 | 101000000 | 101100 | 1001100 |
Color Harmonies of #DDA7CB
Complementary color
Monochromatic Colors of #DDA7CB
Black with #DDA7CB
Text Example
Text Example
White with #DDA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7CB; }
p { color: rgb(221,167,203); }
H1.HeaderClassName
{
color: #DDA7CB;
}
.AnyTagClassName
{
color: #DDA7CB;
}
</style>
background-color css
<style>
a { background-color: #DDA7CB; }
a { background-color: rgb(221,167,203); }
div.DivClassName
{
background-color: #DDA7CB;
}
.BgClassName
{
background-color: #DDA7CB;
}
</style>
border-color css
<style>
span { border-color: #DDA7CB; }
span { border-color: rgb(221,167,203); }
td.TdClassName
{
border-color: #DDA7CB;
}
.TagClassName
{
border-color: #DDA7CB;
}
</style>