Shades of Kobi #DD93A4
Tints of Kobi #DD93A4
RGB
CMYK
RGB Variations
Color information
#DD93A4 (or 0xDD93A4) is known color: Kobi. HEX triplet: DD, 93 and A4. RGB value is (221,147,164). Sum of RGB (Red+Green+Blue) = 221+147+164=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93A4 is #226C5B. Grayscale: #ABABAB. Windows color (decimal): -2255964 or 10785757. OLE color: 10785757.
HSL color Cylindrical-coordinate representation of color #DD93A4: hue angle of 346.22º 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 #DD93A4 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 164 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.13 |
| HSL | 346.22º | 0.52% | 0.72% | - |
| HSV(B) | 346.22º | 0.33% | 0.87% | - |
| XYZ | 46.95 | 38.92 | 40.16 | - |
| YUV | 171.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 164 | 0 | 0.33 | 0.26 | 0.13 | 346.22 | 0.52 | 0.72 |
| Hex | DD | 93 | A4 | 0 | 21 | 1A | D | 15A | 34 | 48 |
| Octal | 335 | 223 | 244 | 0 | 41 | 32 | 15 | 532 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10100100 | 0 | 100001 | 11010 | 1101 | 101011010 | 110100 | 1001000 |
Color Harmonies of #DD93A4
Complementary color
Monochromatic Colors of #DD93A4
Black with #DD93A4
Text Example
Text Example
White with #DD93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93A4; }
p { color: rgb(221,147,164); }
H1.HeaderClassName
{
color: #DD93A4;
}
.AnyTagClassName
{
color: #DD93A4;
}
</style>
background-color css
<style>
a { background-color: #DD93A4; }
a { background-color: rgb(221,147,164); }
div.DivClassName
{
background-color: #DD93A4;
}
.BgClassName
{
background-color: #DD93A4;
}
</style>
border-color css
<style>
span { border-color: #DD93A4; }
span { border-color: rgb(221,147,164); }
td.TdClassName
{
border-color: #DD93A4;
}
.TagClassName
{
border-color: #DD93A4;
}
</style>