Shades of Kobi #DF97AA
Tints of Kobi #DF97AA
RGB
CMYK
RGB Variations
Color information
#DF97AA (or 0xDF97AA) is known color: Kobi. HEX triplet: DF, 97 and AA. RGB value is (223,151,170). Sum of RGB (Red+Green+Blue) = 223+151+170=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF97AA is #206855. Grayscale: #AEAEAE. Windows color (decimal): -2123862 or 11179999. OLE color: 11179999.
HSL color Cylindrical-coordinate representation of color #DF97AA: hue angle of 344.17º 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 #DF97AA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 170 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.13 |
| HSL | 344.17º | 0.53% | 0.73% | - |
| HSV(B) | 344.17º | 0.32% | 0.87% | - |
| XYZ | 48.75 | 40.72 | 43.32 | - |
| YUV | 174.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 170 | 0 | 0.32 | 0.24 | 0.13 | 344.17 | 0.53 | 0.73 |
| Hex | DF | 97 | AA | 0 | 20 | 18 | D | 158 | 35 | 49 |
| Octal | 337 | 227 | 252 | 0 | 40 | 30 | 15 | 530 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10101010 | 0 | 100000 | 11000 | 1101 | 101011000 | 110101 | 1001001 |
Color Harmonies of #DF97AA
Complementary color
Monochromatic Colors of #DF97AA
Black with #DF97AA
Text Example
Text Example
White with #DF97AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97AA; }
p { color: rgb(223,151,170); }
H1.HeaderClassName
{
color: #DF97AA;
}
.AnyTagClassName
{
color: #DF97AA;
}
</style>
background-color css
<style>
a { background-color: #DF97AA; }
a { background-color: rgb(223,151,170); }
div.DivClassName
{
background-color: #DF97AA;
}
.BgClassName
{
background-color: #DF97AA;
}
</style>
border-color css
<style>
span { border-color: #DF97AA; }
span { border-color: rgb(223,151,170); }
td.TdClassName
{
border-color: #DF97AA;
}
.TagClassName
{
border-color: #DF97AA;
}
</style>