Shades of Kobi #DD7BAA
Tints of Kobi #DD7BAA
RGB
CMYK
RGB Variations
Color information
#DD7BAA (or 0xDD7BAA) is known color: Kobi. HEX triplet: DD, 7B and AA. RGB value is (221,123,170). Sum of RGB (Red+Green+Blue) = 221+123+170=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAA is #228455. Grayscale: #9D9D9D. Windows color (decimal): -2262102 or 11172829. OLE color: 11172829.
HSL color Cylindrical-coordinate representation of color #DD7BAA: hue angle of 331.22º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 170 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.13 |
| HSL | 331.22º | 0.59% | 0.67% | - |
| HSV(B) | 331.22º | 0.44% | 0.87% | - |
| XYZ | 44.16 | 32.44 | 41.96 | - |
| YUV | 157.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 170 | 0 | 0.44 | 0.23 | 0.13 | 331.22 | 0.59 | 0.67 |
| Hex | DD | 7B | AA | 0 | 2C | 17 | D | 14B | 3B | 43 |
| Octal | 335 | 173 | 252 | 0 | 54 | 27 | 15 | 513 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10101010 | 0 | 101100 | 10111 | 1101 | 101001011 | 111011 | 1000011 |
Color Harmonies of #DD7BAA
Complementary color
Monochromatic Colors of #DD7BAA
Black with #DD7BAA
Text Example
Text Example
White with #DD7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BAA; }
p { color: rgb(221,123,170); }
H1.HeaderClassName
{
color: #DD7BAA;
}
.AnyTagClassName
{
color: #DD7BAA;
}
</style>
background-color css
<style>
a { background-color: #DD7BAA; }
a { background-color: rgb(221,123,170); }
div.DivClassName
{
background-color: #DD7BAA;
}
.BgClassName
{
background-color: #DD7BAA;
}
</style>
border-color css
<style>
span { border-color: #DD7BAA; }
span { border-color: rgb(221,123,170); }
td.TdClassName
{
border-color: #DD7BAA;
}
.TagClassName
{
border-color: #DD7BAA;
}
</style>