Shades of Kobi #DF97B4
Tints of Kobi #DF97B4
RGB
CMYK
RGB Variations
Color information
#DF97B4 (or 0xDF97B4) is known color: Kobi. HEX triplet: DF, 97 and B4. RGB value is (223,151,180). Sum of RGB (Red+Green+Blue) = 223+151+180=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97B4 is #20684B. Grayscale: #AFAFAF. Windows color (decimal): -2123852 or 11835359. OLE color: 11835359.
HSL color Cylindrical-coordinate representation of color #DF97B4: hue angle of 335.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97B4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 180 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.13 |
| HSL | 335.83º | 0.53% | 0.73% | - |
| HSV(B) | 335.83º | 0.32% | 0.87% | - |
| XYZ | 49.74 | 41.12 | 48.49 | - |
| YUV | 175.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 180 | 0 | 0.32 | 0.19 | 0.13 | 335.83 | 0.53 | 0.73 |
| Hex | DF | 97 | B4 | 0 | 20 | 13 | D | 150 | 35 | 49 |
| Octal | 337 | 227 | 264 | 0 | 40 | 23 | 15 | 520 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10110100 | 0 | 100000 | 10011 | 1101 | 101010000 | 110101 | 1001001 |
Color Harmonies of #DF97B4
Complementary color
Monochromatic Colors of #DF97B4
Black with #DF97B4
Text Example
Text Example
White with #DF97B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97B4; }
p { color: rgb(223,151,180); }
H1.HeaderClassName
{
color: #DF97B4;
}
.AnyTagClassName
{
color: #DF97B4;
}
</style>
background-color css
<style>
a { background-color: #DF97B4; }
a { background-color: rgb(223,151,180); }
div.DivClassName
{
background-color: #DF97B4;
}
.BgClassName
{
background-color: #DF97B4;
}
</style>
border-color css
<style>
span { border-color: #DF97B4; }
span { border-color: rgb(223,151,180); }
td.TdClassName
{
border-color: #DF97B4;
}
.TagClassName
{
border-color: #DF97B4;
}
</style>