Shades of Kobi #DD8AA8
Tints of Kobi #DD8AA8
RGB
CMYK
RGB Variations
Color information
#DD8AA8 (or 0xDD8AA8) is known color: Kobi. HEX triplet: DD, 8A and A8. RGB value is (221,138,168). Sum of RGB (Red+Green+Blue) = 221+138+168=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA8 is #227557. Grayscale: #A6A6A6. Windows color (decimal): -2258264 or 11045597. OLE color: 11045597.
HSL color Cylindrical-coordinate representation of color #DD8AA8: hue angle of 338.31º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AA8 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 168 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.13 |
| HSL | 338.31º | 0.55% | 0.7% | - |
| HSV(B) | 338.31º | 0.38% | 0.87% | - |
| XYZ | 45.98 | 36.38 | 41.64 | - |
| YUV | 166.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 168 | 0 | 0.38 | 0.24 | 0.13 | 338.31 | 0.55 | 0.7 |
| Hex | DD | 8A | A8 | 0 | 26 | 18 | D | 152 | 37 | 46 |
| Octal | 335 | 212 | 250 | 0 | 46 | 30 | 15 | 522 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10101000 | 0 | 100110 | 11000 | 1101 | 101010010 | 110111 | 1000110 |
Color Harmonies of #DD8AA8
Complementary color
Monochromatic Colors of #DD8AA8
Black with #DD8AA8
Text Example
Text Example
White with #DD8AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AA8; }
p { color: rgb(221,138,168); }
H1.HeaderClassName
{
color: #DD8AA8;
}
.AnyTagClassName
{
color: #DD8AA8;
}
</style>
background-color css
<style>
a { background-color: #DD8AA8; }
a { background-color: rgb(221,138,168); }
div.DivClassName
{
background-color: #DD8AA8;
}
.BgClassName
{
background-color: #DD8AA8;
}
</style>
border-color css
<style>
span { border-color: #DD8AA8; }
span { border-color: rgb(221,138,168); }
td.TdClassName
{
border-color: #DD8AA8;
}
.TagClassName
{
border-color: #DD8AA8;
}
</style>