Shades of Kobi #DF94B1
Tints of Kobi #DF94B1
RGB
CMYK
RGB Variations
Color information
#DF94B1 (or 0xDF94B1) is known color: Kobi. HEX triplet: DF, 94 and B1. RGB value is (223,148,177). Sum of RGB (Red+Green+Blue) = 223+148+177=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF94B1 is #206B4E. Grayscale: #ADADAD. Windows color (decimal): -2124623 or 11637983. OLE color: 11637983.
HSL color Cylindrical-coordinate representation of color #DF94B1: hue angle of 336.8º 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 #DF94B1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 177 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.13 |
| HSL | 336.8º | 0.54% | 0.73% | - |
| HSV(B) | 336.8º | 0.34% | 0.87% | - |
| XYZ | 48.96 | 40.04 | 46.74 | - |
| YUV | 173.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 177 | 0 | 0.34 | 0.21 | 0.13 | 336.8 | 0.54 | 0.73 |
| Hex | DF | 94 | B1 | 0 | 22 | 15 | D | 151 | 36 | 49 |
| Octal | 337 | 224 | 261 | 0 | 42 | 25 | 15 | 521 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10110001 | 0 | 100010 | 10101 | 1101 | 101010001 | 110110 | 1001001 |
Color Harmonies of #DF94B1
Complementary color
Monochromatic Colors of #DF94B1
Black with #DF94B1
Text Example
Text Example
White with #DF94B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94B1; }
p { color: rgb(223,148,177); }
H1.HeaderClassName
{
color: #DF94B1;
}
.AnyTagClassName
{
color: #DF94B1;
}
</style>
background-color css
<style>
a { background-color: #DF94B1; }
a { background-color: rgb(223,148,177); }
div.DivClassName
{
background-color: #DF94B1;
}
.BgClassName
{
background-color: #DF94B1;
}
</style>
border-color css
<style>
span { border-color: #DF94B1; }
span { border-color: rgb(223,148,177); }
td.TdClassName
{
border-color: #DF94B1;
}
.TagClassName
{
border-color: #DF94B1;
}
</style>