Shades of Kobi #DD9AAF
Tints of Kobi #DD9AAF
RGB
CMYK
RGB Variations
Color information
#DD9AAF (or 0xDD9AAF) is known color: Kobi. HEX triplet: DD, 9A and AF. RGB value is (221,154,175). Sum of RGB (Red+Green+Blue) = 221+154+175=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AAF is #226550. Grayscale: #B0B0B0. Windows color (decimal): -2254161 or 11508445. OLE color: 11508445.
HSL color Cylindrical-coordinate representation of color #DD9AAF: hue angle of 341.19º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AAF is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 175 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.13 |
| HSL | 341.19º | 0.5% | 0.74% | - |
| HSV(B) | 341.19º | 0.3% | 0.87% | - |
| XYZ | 49.11 | 41.58 | 45.99 | - |
| YUV | 176.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 175 | 0 | 0.30 | 0.21 | 0.13 | 341.19 | 0.5 | 0.74 |
| Hex | DD | 9A | AF | 0 | 1E | 15 | D | 155 | 32 | 4A |
| Octal | 335 | 232 | 257 | 0 | 36 | 25 | 15 | 525 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10101111 | 0 | 11110 | 10101 | 1101 | 101010101 | 110010 | 1001010 |
Color Harmonies of #DD9AAF
Complementary color
Monochromatic Colors of #DD9AAF
Black with #DD9AAF
Text Example
Text Example
White with #DD9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9AAF; }
p { color: rgb(221,154,175); }
H1.HeaderClassName
{
color: #DD9AAF;
}
.AnyTagClassName
{
color: #DD9AAF;
}
</style>
background-color css
<style>
a { background-color: #DD9AAF; }
a { background-color: rgb(221,154,175); }
div.DivClassName
{
background-color: #DD9AAF;
}
.BgClassName
{
background-color: #DD9AAF;
}
</style>
border-color css
<style>
span { border-color: #DD9AAF; }
span { border-color: rgb(221,154,175); }
td.TdClassName
{
border-color: #DD9AAF;
}
.TagClassName
{
border-color: #DD9AAF;
}
</style>