Shades of Kobi #DD93AC
Tints of Kobi #DD93AC
RGB
CMYK
RGB Variations
Color information
#DD93AC (or 0xDD93AC) is known color: Kobi. HEX triplet: DD, 93 and AC. RGB value is (221,147,172). Sum of RGB (Red+Green+Blue) = 221+147+172=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AC is #226C53. Grayscale: #ABABAB. Windows color (decimal): -2255956 or 11310045. OLE color: 11310045.
HSL color Cylindrical-coordinate representation of color #DD93AC: hue angle of 339.73º 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 #DD93AC is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 172 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.13 |
| HSL | 339.73º | 0.52% | 0.72% | - |
| HSV(B) | 339.73º | 0.33% | 0.87% | - |
| XYZ | 47.7 | 39.22 | 44.09 | - |
| YUV | 171.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 172 | 0 | 0.33 | 0.22 | 0.13 | 339.73 | 0.52 | 0.72 |
| Hex | DD | 93 | AC | 0 | 21 | 16 | D | 154 | 34 | 48 |
| Octal | 335 | 223 | 254 | 0 | 41 | 26 | 15 | 524 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10101100 | 0 | 100001 | 10110 | 1101 | 101010100 | 110100 | 1001000 |
Color Harmonies of #DD93AC
Complementary color
Monochromatic Colors of #DD93AC
Black with #DD93AC
Text Example
Text Example
White with #DD93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93AC; }
p { color: rgb(221,147,172); }
H1.HeaderClassName
{
color: #DD93AC;
}
.AnyTagClassName
{
color: #DD93AC;
}
</style>
background-color css
<style>
a { background-color: #DD93AC; }
a { background-color: rgb(221,147,172); }
div.DivClassName
{
background-color: #DD93AC;
}
.BgClassName
{
background-color: #DD93AC;
}
</style>
border-color css
<style>
span { border-color: #DD93AC; }
span { border-color: rgb(221,147,172); }
td.TdClassName
{
border-color: #DD93AC;
}
.TagClassName
{
border-color: #DD93AC;
}
</style>