Shades of Kobi #DF93AF
Tints of Kobi #DF93AF
RGB
CMYK
RGB Variations
Color information
#DF93AF (or 0xDF93AF) is known color: Kobi. HEX triplet: DF, 93 and AF. RGB value is (223,147,175). Sum of RGB (Red+Green+Blue) = 223+147+175=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF93AF is #206C50. Grayscale: #ACACAC. Windows color (decimal): -2124881 or 11506655. OLE color: 11506655.
HSL color Cylindrical-coordinate representation of color #DF93AF: hue angle of 337.89º 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 #DF93AF is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 175 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.13 |
| HSL | 337.89º | 0.54% | 0.73% | - |
| HSV(B) | 337.89º | 0.34% | 0.87% | - |
| XYZ | 48.6 | 39.65 | 45.65 | - |
| YUV | 172.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 175 | 0 | 0.34 | 0.22 | 0.13 | 337.89 | 0.54 | 0.73 |
| Hex | DF | 93 | AF | 0 | 22 | 16 | D | 152 | 36 | 49 |
| Octal | 337 | 223 | 257 | 0 | 42 | 26 | 15 | 522 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10101111 | 0 | 100010 | 10110 | 1101 | 101010010 | 110110 | 1001001 |
Color Harmonies of #DF93AF
Complementary color
Monochromatic Colors of #DF93AF
Black with #DF93AF
Text Example
Text Example
White with #DF93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93AF; }
p { color: rgb(223,147,175); }
H1.HeaderClassName
{
color: #DF93AF;
}
.AnyTagClassName
{
color: #DF93AF;
}
</style>
background-color css
<style>
a { background-color: #DF93AF; }
a { background-color: rgb(223,147,175); }
div.DivClassName
{
background-color: #DF93AF;
}
.BgClassName
{
background-color: #DF93AF;
}
</style>
border-color css
<style>
span { border-color: #DF93AF; }
span { border-color: rgb(223,147,175); }
td.TdClassName
{
border-color: #DF93AF;
}
.TagClassName
{
border-color: #DF93AF;
}
</style>