Shades of Kobi #DD93A0
Tints of Kobi #DD93A0
RGB
CMYK
RGB Variations
Color information
#DD93A0 (or 0xDD93A0) is known color: Kobi. HEX triplet: DD, 93 and A0. RGB value is (221,147,160). Sum of RGB (Red+Green+Blue) = 221+147+160=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93A0 is #226C5F. Grayscale: #AAAAAA. Windows color (decimal): -2255968 or 10523613. OLE color: 10523613.
HSL color Cylindrical-coordinate representation of color #DD93A0: hue angle of 349.46º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93A0 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 160 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.13 |
| HSL | 349.46º | 0.52% | 0.72% | - |
| HSV(B) | 349.46º | 0.33% | 0.87% | - |
| XYZ | 46.6 | 38.78 | 38.29 | - |
| YUV | 170.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 160 | 0 | 0.33 | 0.28 | 0.13 | 349.46 | 0.52 | 0.72 |
| Hex | DD | 93 | A0 | 0 | 21 | 1C | D | 15D | 34 | 48 |
| Octal | 335 | 223 | 240 | 0 | 41 | 34 | 15 | 535 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10100000 | 0 | 100001 | 11100 | 1101 | 101011101 | 110100 | 1001000 |
Color Harmonies of #DD93A0
Complementary color
Monochromatic Colors of #DD93A0
Black with #DD93A0
Text Example
Text Example
White with #DD93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93A0; }
p { color: rgb(221,147,160); }
H1.HeaderClassName
{
color: #DD93A0;
}
.AnyTagClassName
{
color: #DD93A0;
}
</style>
background-color css
<style>
a { background-color: #DD93A0; }
a { background-color: rgb(221,147,160); }
div.DivClassName
{
background-color: #DD93A0;
}
.BgClassName
{
background-color: #DD93A0;
}
</style>
border-color css
<style>
span { border-color: #DD93A0; }
span { border-color: rgb(221,147,160); }
td.TdClassName
{
border-color: #DD93A0;
}
.TagClassName
{
border-color: #DD93A0;
}
</style>