Shades of Kobi #DD9FAA
Tints of Kobi #DD9FAA
RGB
CMYK
RGB Variations
Color information
#DD9FAA (or 0xDD9FAA) is known color: Kobi. HEX triplet: DD, 9F and AA. RGB value is (221,159,170). Sum of RGB (Red+Green+Blue) = 221+159+170=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FAA is #226055. Grayscale: #B2B2B2. Windows color (decimal): -2252886 or 11182045. OLE color: 11182045.
HSL color Cylindrical-coordinate representation of color #DD9FAA: hue angle of 349.35º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FAA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 170 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.13 |
| HSL | 349.35º | 0.48% | 0.75% | - |
| HSV(B) | 349.35º | 0.28% | 0.87% | - |
| XYZ | 49.47 | 43.07 | 43.74 | - |
| YUV | 178.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 170 | 0 | 0.28 | 0.23 | 0.13 | 349.35 | 0.48 | 0.75 |
| Hex | DD | 9F | AA | 0 | 1C | 17 | D | 15D | 30 | 4B |
| Octal | 335 | 237 | 252 | 0 | 34 | 27 | 15 | 535 | 60 | 113 |
| Binary | 11011101 | 10011111 | 10101010 | 0 | 11100 | 10111 | 1101 | 101011101 | 110000 | 1001011 |
Color Harmonies of #DD9FAA
Complementary color
Monochromatic Colors of #DD9FAA
Black with #DD9FAA
Text Example
Text Example
White with #DD9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FAA; }
p { color: rgb(221,159,170); }
H1.HeaderClassName
{
color: #DD9FAA;
}
.AnyTagClassName
{
color: #DD9FAA;
}
</style>
background-color css
<style>
a { background-color: #DD9FAA; }
a { background-color: rgb(221,159,170); }
div.DivClassName
{
background-color: #DD9FAA;
}
.BgClassName
{
background-color: #DD9FAA;
}
</style>
border-color css
<style>
span { border-color: #DD9FAA; }
span { border-color: rgb(221,159,170); }
td.TdClassName
{
border-color: #DD9FAA;
}
.TagClassName
{
border-color: #DD9FAA;
}
</style>