Shades of Kobi #DD7CAA
Tints of Kobi #DD7CAA
RGB
CMYK
RGB Variations
Color information
#DD7CAA (or 0xDD7CAA) is known color: Kobi. HEX triplet: DD, 7C and AA. RGB value is (221,124,170). Sum of RGB (Red+Green+Blue) = 221+124+170=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CAA is #228355. Grayscale: #9E9E9E. Windows color (decimal): -2261846 or 11173085. OLE color: 11173085.
HSL color Cylindrical-coordinate representation of color #DD7CAA: hue angle of 331.55º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CAA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 170 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.13 |
| HSL | 331.55º | 0.59% | 0.68% | - |
| HSV(B) | 331.55º | 0.44% | 0.87% | - |
| XYZ | 44.28 | 32.69 | 42.01 | - |
| YUV | 158.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 170 | 0 | 0.44 | 0.23 | 0.13 | 331.55 | 0.59 | 0.68 |
| Hex | DD | 7C | AA | 0 | 2C | 17 | D | 14C | 3B | 44 |
| Octal | 335 | 174 | 252 | 0 | 54 | 27 | 15 | 514 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10101010 | 0 | 101100 | 10111 | 1101 | 101001100 | 111011 | 1000100 |
Color Harmonies of #DD7CAA
Complementary color
Monochromatic Colors of #DD7CAA
Black with #DD7CAA
Text Example
Text Example
White with #DD7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CAA; }
p { color: rgb(221,124,170); }
H1.HeaderClassName
{
color: #DD7CAA;
}
.AnyTagClassName
{
color: #DD7CAA;
}
</style>
background-color css
<style>
a { background-color: #DD7CAA; }
a { background-color: rgb(221,124,170); }
div.DivClassName
{
background-color: #DD7CAA;
}
.BgClassName
{
background-color: #DD7CAA;
}
</style>
border-color css
<style>
span { border-color: #DD7CAA; }
span { border-color: rgb(221,124,170); }
td.TdClassName
{
border-color: #DD7CAA;
}
.TagClassName
{
border-color: #DD7CAA;
}
</style>