Shades of Kobi #DF93AC
Tints of Kobi #DF93AC
RGB
CMYK
RGB Variations
Color information
#DF93AC (or 0xDF93AC) is known color: Kobi. HEX triplet: DF, 93 and AC. RGB value is (223,147,172). Sum of RGB (Red+Green+Blue) = 223+147+172=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93AC is #206C53. Grayscale: #ACACAC. Windows color (decimal): -2124884 or 11310047. OLE color: 11310047.
HSL color Cylindrical-coordinate representation of color #DF93AC: hue angle of 340.26º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF93AC is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 172 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.13 |
| HSL | 340.26º | 0.54% | 0.73% | - |
| HSV(B) | 340.26º | 0.34% | 0.87% | - |
| XYZ | 48.31 | 39.53 | 44.11 | - |
| YUV | 172.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 172 | 0 | 0.34 | 0.23 | 0.13 | 340.26 | 0.54 | 0.73 |
| Hex | DF | 93 | AC | 0 | 22 | 17 | D | 154 | 36 | 49 |
| Octal | 337 | 223 | 254 | 0 | 42 | 27 | 15 | 524 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10101100 | 0 | 100010 | 10111 | 1101 | 101010100 | 110110 | 1001001 |
Color Harmonies of #DF93AC
Complementary color
Monochromatic Colors of #DF93AC
Black with #DF93AC
Text Example
Text Example
White with #DF93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93AC; }
p { color: rgb(223,147,172); }
H1.HeaderClassName
{
color: #DF93AC;
}
.AnyTagClassName
{
color: #DF93AC;
}
</style>
background-color css
<style>
a { background-color: #DF93AC; }
a { background-color: rgb(223,147,172); }
div.DivClassName
{
background-color: #DF93AC;
}
.BgClassName
{
background-color: #DF93AC;
}
</style>
border-color css
<style>
span { border-color: #DF93AC; }
span { border-color: rgb(223,147,172); }
td.TdClassName
{
border-color: #DF93AC;
}
.TagClassName
{
border-color: #DF93AC;
}
</style>