Shades of Kobi #DF94AF
Tints of Kobi #DF94AF
RGB
CMYK
RGB Variations
Color information
#DF94AF (or 0xDF94AF) is known color: Kobi. HEX triplet: DF, 94 and AF. RGB value is (223,148,175). Sum of RGB (Red+Green+Blue) = 223+148+175=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF94AF is #206B50. Grayscale: #ADADAD. Windows color (decimal): -2124625 or 11506911. OLE color: 11506911.
HSL color Cylindrical-coordinate representation of color #DF94AF: hue angle of 338.4º 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 #DF94AF is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 175 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.13 |
| HSL | 338.4º | 0.54% | 0.73% | - |
| HSV(B) | 338.4º | 0.34% | 0.87% | - |
| XYZ | 48.76 | 39.96 | 45.7 | - |
| YUV | 173.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 175 | 0 | 0.34 | 0.22 | 0.13 | 338.4 | 0.54 | 0.73 |
| Hex | DF | 94 | AF | 0 | 22 | 16 | D | 152 | 36 | 49 |
| Octal | 337 | 224 | 257 | 0 | 42 | 26 | 15 | 522 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10101111 | 0 | 100010 | 10110 | 1101 | 101010010 | 110110 | 1001001 |
Color Harmonies of #DF94AF
Complementary color
Monochromatic Colors of #DF94AF
Black with #DF94AF
Text Example
Text Example
White with #DF94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94AF; }
p { color: rgb(223,148,175); }
H1.HeaderClassName
{
color: #DF94AF;
}
.AnyTagClassName
{
color: #DF94AF;
}
</style>
background-color css
<style>
a { background-color: #DF94AF; }
a { background-color: rgb(223,148,175); }
div.DivClassName
{
background-color: #DF94AF;
}
.BgClassName
{
background-color: #DF94AF;
}
</style>
border-color css
<style>
span { border-color: #DF94AF; }
span { border-color: rgb(223,148,175); }
td.TdClassName
{
border-color: #DF94AF;
}
.TagClassName
{
border-color: #DF94AF;
}
</style>