Shades of Kobi #DD7DAA
Tints of Kobi #DD7DAA
RGB
CMYK
RGB Variations
Color information
#DD7DAA (or 0xDD7DAA) is known color: Kobi. HEX triplet: DD, 7D and AA. RGB value is (221,125,170). Sum of RGB (Red+Green+Blue) = 221+125+170=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DAA is #228255. Grayscale: #9E9E9E. Windows color (decimal): -2261590 or 11173341. OLE color: 11173341.
HSL color Cylindrical-coordinate representation of color #DD7DAA: hue angle of 331.88º 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 #DD7DAA is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 170 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 331.88º | 0.59% | 0.68% | - |
| HSV(B) | 331.88º | 0.43% | 0.87% | - |
| XYZ | 44.41 | 32.94 | 42.05 | - |
| YUV | 158.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 170 | 0 | 0.43 | 0.23 | 0.13 | 331.88 | 0.59 | 0.68 |
| Hex | DD | 7D | AA | 0 | 2B | 17 | D | 14C | 3B | 44 |
| Octal | 335 | 175 | 252 | 0 | 53 | 27 | 15 | 514 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10101010 | 0 | 101011 | 10111 | 1101 | 101001100 | 111011 | 1000100 |
Color Harmonies of #DD7DAA
Complementary color
Monochromatic Colors of #DD7DAA
Black with #DD7DAA
Text Example
Text Example
White with #DD7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DAA; }
p { color: rgb(221,125,170); }
H1.HeaderClassName
{
color: #DD7DAA;
}
.AnyTagClassName
{
color: #DD7DAA;
}
</style>
background-color css
<style>
a { background-color: #DD7DAA; }
a { background-color: rgb(221,125,170); }
div.DivClassName
{
background-color: #DD7DAA;
}
.BgClassName
{
background-color: #DD7DAA;
}
</style>
border-color css
<style>
span { border-color: #DD7DAA; }
span { border-color: rgb(221,125,170); }
td.TdClassName
{
border-color: #DD7DAA;
}
.TagClassName
{
border-color: #DD7DAA;
}
</style>