Shades of Kobi #DD9AAD
Tints of Kobi #DD9AAD
RGB
CMYK
RGB Variations
Color information
#DD9AAD (or 0xDD9AAD) is known color: Kobi. HEX triplet: DD, 9A and AD. RGB value is (221,154,173). Sum of RGB (Red+Green+Blue) = 221+154+173=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AAD is #226552. Grayscale: #B0B0B0. Windows color (decimal): -2254163 or 11377373. OLE color: 11377373.
HSL color Cylindrical-coordinate representation of color #DD9AAD: hue angle of 342.99º 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 #DD9AAD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 173 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.13 |
| HSL | 342.99º | 0.5% | 0.74% | - |
| HSV(B) | 342.99º | 0.3% | 0.87% | - |
| XYZ | 48.92 | 41.5 | 44.97 | - |
| YUV | 176.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 173 | 0 | 0.30 | 0.22 | 0.13 | 342.99 | 0.5 | 0.74 |
| Hex | DD | 9A | AD | 0 | 1E | 16 | D | 157 | 32 | 4A |
| Octal | 335 | 232 | 255 | 0 | 36 | 26 | 15 | 527 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10101101 | 0 | 11110 | 10110 | 1101 | 101010111 | 110010 | 1001010 |
Color Harmonies of #DD9AAD
Complementary color
Monochromatic Colors of #DD9AAD
Black with #DD9AAD
Text Example
Text Example
White with #DD9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9AAD; }
p { color: rgb(221,154,173); }
H1.HeaderClassName
{
color: #DD9AAD;
}
.AnyTagClassName
{
color: #DD9AAD;
}
</style>
background-color css
<style>
a { background-color: #DD9AAD; }
a { background-color: rgb(221,154,173); }
div.DivClassName
{
background-color: #DD9AAD;
}
.BgClassName
{
background-color: #DD9AAD;
}
</style>
border-color css
<style>
span { border-color: #DD9AAD; }
span { border-color: rgb(221,154,173); }
td.TdClassName
{
border-color: #DD9AAD;
}
.TagClassName
{
border-color: #DD9AAD;
}
</style>