Shades of Kobi #DF97B3
Tints of Kobi #DF97B3
RGB
CMYK
RGB Variations
Color information
#DF97B3 (or 0xDF97B3) is known color: Kobi. HEX triplet: DF, 97 and B3. RGB value is (223,151,179). Sum of RGB (Red+Green+Blue) = 223+151+179=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97B3 is #20684C. Grayscale: #AFAFAF. Windows color (decimal): -2123853 or 11769823. OLE color: 11769823.
HSL color Cylindrical-coordinate representation of color #DF97B3: hue angle of 336.67º 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 #DF97B3 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 179 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.13 |
| HSL | 336.67º | 0.53% | 0.73% | - |
| HSV(B) | 336.67º | 0.32% | 0.87% | - |
| XYZ | 49.63 | 41.08 | 47.96 | - |
| YUV | 175.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 179 | 0 | 0.32 | 0.20 | 0.13 | 336.67 | 0.53 | 0.73 |
| Hex | DF | 97 | B3 | 0 | 20 | 14 | D | 151 | 35 | 49 |
| Octal | 337 | 227 | 263 | 0 | 40 | 24 | 15 | 521 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10110011 | 0 | 100000 | 10100 | 1101 | 101010001 | 110101 | 1001001 |
Color Harmonies of #DF97B3
Complementary color
Monochromatic Colors of #DF97B3
Black with #DF97B3
Text Example
Text Example
White with #DF97B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97B3; }
p { color: rgb(223,151,179); }
H1.HeaderClassName
{
color: #DF97B3;
}
.AnyTagClassName
{
color: #DF97B3;
}
</style>
background-color css
<style>
a { background-color: #DF97B3; }
a { background-color: rgb(223,151,179); }
div.DivClassName
{
background-color: #DF97B3;
}
.BgClassName
{
background-color: #DF97B3;
}
</style>
border-color css
<style>
span { border-color: #DF97B3; }
span { border-color: rgb(223,151,179); }
td.TdClassName
{
border-color: #DF97B3;
}
.TagClassName
{
border-color: #DF97B3;
}
</style>