Shades of Kobi #DF94B4
Tints of Kobi #DF94B4
RGB
CMYK
RGB Variations
Color information
#DF94B4 (or 0xDF94B4) is known color: Kobi. HEX triplet: DF, 94 and B4. RGB value is (223,148,180). Sum of RGB (Red+Green+Blue) = 223+148+180=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94B4 is #206B4B. Grayscale: #AEAEAE. Windows color (decimal): -2124620 or 11834591. OLE color: 11834591.
HSL color Cylindrical-coordinate representation of color #DF94B4: hue angle of 334.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 #DF94B4 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 180 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.13 |
| HSL | 334.4º | 0.54% | 0.73% | - |
| HSV(B) | 334.4º | 0.34% | 0.87% | - |
| XYZ | 49.26 | 40.16 | 48.34 | - |
| YUV | 174.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 180 | 0 | 0.34 | 0.19 | 0.13 | 334.4 | 0.54 | 0.73 |
| Hex | DF | 94 | B4 | 0 | 22 | 13 | D | 14E | 36 | 49 |
| Octal | 337 | 224 | 264 | 0 | 42 | 23 | 15 | 516 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10110100 | 0 | 100010 | 10011 | 1101 | 101001110 | 110110 | 1001001 |
Color Harmonies of #DF94B4
Complementary color
Monochromatic Colors of #DF94B4
Black with #DF94B4
Text Example
Text Example
White with #DF94B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94B4; }
p { color: rgb(223,148,180); }
H1.HeaderClassName
{
color: #DF94B4;
}
.AnyTagClassName
{
color: #DF94B4;
}
</style>
background-color css
<style>
a { background-color: #DF94B4; }
a { background-color: rgb(223,148,180); }
div.DivClassName
{
background-color: #DF94B4;
}
.BgClassName
{
background-color: #DF94B4;
}
</style>
border-color css
<style>
span { border-color: #DF94B4; }
span { border-color: rgb(223,148,180); }
td.TdClassName
{
border-color: #DF94B4;
}
.TagClassName
{
border-color: #DF94B4;
}
</style>