Shades of Kobi #DD7DAB
Tints of Kobi #DD7DAB
RGB
CMYK
RGB Variations
Color information
#DD7DAB (or 0xDD7DAB) is known color: Kobi. HEX triplet: DD, 7D and AB. RGB value is (221,125,171). Sum of RGB (Red+Green+Blue) = 221+125+171=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DAB is #228254. Grayscale: #9E9E9E. Windows color (decimal): -2261589 or 11238877. OLE color: 11238877.
HSL color Cylindrical-coordinate representation of color #DD7DAB: hue angle of 331.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DAB is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 171 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 331.25º | 0.59% | 0.68% | - |
| HSV(B) | 331.25º | 0.43% | 0.87% | - |
| XYZ | 44.5 | 32.98 | 42.55 | - |
| YUV | 158.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 171 | 0 | 0.43 | 0.23 | 0.13 | 331.25 | 0.59 | 0.68 |
| Hex | DD | 7D | AB | 0 | 2B | 17 | D | 14B | 3B | 44 |
| Octal | 335 | 175 | 253 | 0 | 53 | 27 | 15 | 513 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10101011 | 0 | 101011 | 10111 | 1101 | 101001011 | 111011 | 1000100 |
Color Harmonies of #DD7DAB
Complementary color
Monochromatic Colors of #DD7DAB
Black with #DD7DAB
Text Example
Text Example
White with #DD7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DAB; }
p { color: rgb(221,125,171); }
H1.HeaderClassName
{
color: #DD7DAB;
}
.AnyTagClassName
{
color: #DD7DAB;
}
</style>
background-color css
<style>
a { background-color: #DD7DAB; }
a { background-color: rgb(221,125,171); }
div.DivClassName
{
background-color: #DD7DAB;
}
.BgClassName
{
background-color: #DD7DAB;
}
</style>
border-color css
<style>
span { border-color: #DD7DAB; }
span { border-color: rgb(221,125,171); }
td.TdClassName
{
border-color: #DD7DAB;
}
.TagClassName
{
border-color: #DD7DAB;
}
</style>