Shades of Kobi #DD95A0
Tints of Kobi #DD95A0
RGB
CMYK
RGB Variations
Color information
#DD95A0 (or 0xDD95A0) is known color: Kobi. HEX triplet: DD, 95 and A0. RGB value is (221,149,160). Sum of RGB (Red+Green+Blue) = 221+149+160=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95A0 is #226A5F. Grayscale: #ABABAB. Windows color (decimal): -2255456 or 10524125. OLE color: 10524125.
HSL color Cylindrical-coordinate representation of color #DD95A0: hue angle of 350.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95A0 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 160 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.13 |
| HSL | 350.83º | 0.51% | 0.73% | - |
| HSV(B) | 350.83º | 0.33% | 0.87% | - |
| XYZ | 46.91 | 39.41 | 38.39 | - |
| YUV | 171.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 160 | 0 | 0.33 | 0.28 | 0.13 | 350.83 | 0.51 | 0.73 |
| Hex | DD | 95 | A0 | 0 | 21 | 1C | D | 15F | 33 | 49 |
| Octal | 335 | 225 | 240 | 0 | 41 | 34 | 15 | 537 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10100000 | 0 | 100001 | 11100 | 1101 | 101011111 | 110011 | 1001001 |
Color Harmonies of #DD95A0
Complementary color
Monochromatic Colors of #DD95A0
Black with #DD95A0
Text Example
Text Example
White with #DD95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95A0; }
p { color: rgb(221,149,160); }
H1.HeaderClassName
{
color: #DD95A0;
}
.AnyTagClassName
{
color: #DD95A0;
}
</style>
background-color css
<style>
a { background-color: #DD95A0; }
a { background-color: rgb(221,149,160); }
div.DivClassName
{
background-color: #DD95A0;
}
.BgClassName
{
background-color: #DD95A0;
}
</style>
border-color css
<style>
span { border-color: #DD95A0; }
span { border-color: rgb(221,149,160); }
td.TdClassName
{
border-color: #DD95A0;
}
.TagClassName
{
border-color: #DD95A0;
}
</style>