Shades of Kobi #DF93AA
Tints of Kobi #DF93AA
RGB
CMYK
RGB Variations
Color information
#DF93AA (or 0xDF93AA) is known color: Kobi. HEX triplet: DF, 93 and AA. RGB value is (223,147,170). Sum of RGB (Red+Green+Blue) = 223+147+170=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93AA is #206C55. Grayscale: #ACACAC. Windows color (decimal): -2124886 or 11178975. OLE color: 11178975.
HSL color Cylindrical-coordinate representation of color #DF93AA: hue angle of 341.84º 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 #DF93AA is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 170 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.13 |
| HSL | 341.84º | 0.54% | 0.73% | - |
| HSV(B) | 341.84º | 0.34% | 0.87% | - |
| XYZ | 48.12 | 39.46 | 43.11 | - |
| YUV | 172.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 170 | 0 | 0.34 | 0.24 | 0.13 | 341.84 | 0.54 | 0.73 |
| Hex | DF | 93 | AA | 0 | 22 | 18 | D | 156 | 36 | 49 |
| Octal | 337 | 223 | 252 | 0 | 42 | 30 | 15 | 526 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10101010 | 0 | 100010 | 11000 | 1101 | 101010110 | 110110 | 1001001 |
Color Harmonies of #DF93AA
Complementary color
Monochromatic Colors of #DF93AA
Black with #DF93AA
Text Example
Text Example
White with #DF93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93AA; }
p { color: rgb(223,147,170); }
H1.HeaderClassName
{
color: #DF93AA;
}
.AnyTagClassName
{
color: #DF93AA;
}
</style>
background-color css
<style>
a { background-color: #DF93AA; }
a { background-color: rgb(223,147,170); }
div.DivClassName
{
background-color: #DF93AA;
}
.BgClassName
{
background-color: #DF93AA;
}
</style>
border-color css
<style>
span { border-color: #DF93AA; }
span { border-color: rgb(223,147,170); }
td.TdClassName
{
border-color: #DF93AA;
}
.TagClassName
{
border-color: #DF93AA;
}
</style>