Shades of Kobi #DD91AA
Tints of Kobi #DD91AA
RGB
CMYK
RGB Variations
Color information
#DD91AA (or 0xDD91AA) is known color: Kobi. HEX triplet: DD, 91 and AA. RGB value is (221,145,170). Sum of RGB (Red+Green+Blue) = 221+145+170=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD91AA is #226E55. Grayscale: #AAAAAA. Windows color (decimal): -2256470 or 11178461. OLE color: 11178461.
HSL color Cylindrical-coordinate representation of color #DD91AA: hue angle of 340.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 170 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.13 |
| HSL | 340.26º | 0.53% | 0.72% | - |
| HSV(B) | 340.26º | 0.34% | 0.87% | - |
| XYZ | 47.2 | 38.53 | 42.98 | - |
| YUV | 170.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 170 | 0 | 0.34 | 0.23 | 0.13 | 340.26 | 0.53 | 0.72 |
| Hex | DD | 91 | AA | 0 | 22 | 17 | D | 154 | 35 | 48 |
| Octal | 335 | 221 | 252 | 0 | 42 | 27 | 15 | 524 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10101010 | 0 | 100010 | 10111 | 1101 | 101010100 | 110101 | 1001000 |
Color Harmonies of #DD91AA
Complementary color
Monochromatic Colors of #DD91AA
Black with #DD91AA
Text Example
Text Example
White with #DD91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91AA; }
p { color: rgb(221,145,170); }
H1.HeaderClassName
{
color: #DD91AA;
}
.AnyTagClassName
{
color: #DD91AA;
}
</style>
background-color css
<style>
a { background-color: #DD91AA; }
a { background-color: rgb(221,145,170); }
div.DivClassName
{
background-color: #DD91AA;
}
.BgClassName
{
background-color: #DD91AA;
}
</style>
border-color css
<style>
span { border-color: #DD91AA; }
span { border-color: rgb(221,145,170); }
td.TdClassName
{
border-color: #DD91AA;
}
.TagClassName
{
border-color: #DD91AA;
}
</style>