Shades of Kobi #DD7EAA
Tints of Kobi #DD7EAA
RGB
CMYK
RGB Variations
Color information
#DD7EAA (or 0xDD7EAA) is known color: Kobi. HEX triplet: DD, 7E and AA. RGB value is (221,126,170). Sum of RGB (Red+Green+Blue) = 221+126+170=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EAA is #228155. Grayscale: #9F9F9F. Windows color (decimal): -2261334 or 11173597. OLE color: 11173597.
HSL color Cylindrical-coordinate representation of color #DD7EAA: hue angle of 332.21º degrees, saturation: 0.58, 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 #DD7EAA is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 170 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 332.21º | 0.58% | 0.68% | - |
| HSV(B) | 332.21º | 0.43% | 0.87% | - |
| XYZ | 44.54 | 33.2 | 42.09 | - |
| YUV | 159.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 170 | 0 | 0.43 | 0.23 | 0.13 | 332.21 | 0.58 | 0.68 |
| Hex | DD | 7E | AA | 0 | 2B | 17 | D | 14C | 3A | 44 |
| Octal | 335 | 176 | 252 | 0 | 53 | 27 | 15 | 514 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10101010 | 0 | 101011 | 10111 | 1101 | 101001100 | 111010 | 1000100 |
Color Harmonies of #DD7EAA
Complementary color
Monochromatic Colors of #DD7EAA
Black with #DD7EAA
Text Example
Text Example
White with #DD7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EAA; }
p { color: rgb(221,126,170); }
H1.HeaderClassName
{
color: #DD7EAA;
}
.AnyTagClassName
{
color: #DD7EAA;
}
</style>
background-color css
<style>
a { background-color: #DD7EAA; }
a { background-color: rgb(221,126,170); }
div.DivClassName
{
background-color: #DD7EAA;
}
.BgClassName
{
background-color: #DD7EAA;
}
</style>
border-color css
<style>
span { border-color: #DD7EAA; }
span { border-color: rgb(221,126,170); }
td.TdClassName
{
border-color: #DD7EAA;
}
.TagClassName
{
border-color: #DD7EAA;
}
</style>