Shades of Kobi #DF98AA
Tints of Kobi #DF98AA
RGB
CMYK
RGB Variations
Color information
#DF98AA (or 0xDF98AA) is known color: Kobi. HEX triplet: DF, 98 and AA. RGB value is (223,152,170). Sum of RGB (Red+Green+Blue) = 223+152+170=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF98AA is #206755. Grayscale: #AFAFAF. Windows color (decimal): -2123606 or 11180255. OLE color: 11180255.
HSL color Cylindrical-coordinate representation of color #DF98AA: hue angle of 344.79º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98AA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 170 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.13 |
| HSL | 344.79º | 0.53% | 0.74% | - |
| HSV(B) | 344.79º | 0.32% | 0.87% | - |
| XYZ | 48.92 | 41.05 | 43.37 | - |
| YUV | 175.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 170 | 0 | 0.32 | 0.24 | 0.13 | 344.79 | 0.53 | 0.74 |
| Hex | DF | 98 | AA | 0 | 20 | 18 | D | 159 | 35 | 4A |
| Octal | 337 | 230 | 252 | 0 | 40 | 30 | 15 | 531 | 65 | 112 |
| Binary | 11011111 | 10011000 | 10101010 | 0 | 100000 | 11000 | 1101 | 101011001 | 110101 | 1001010 |
Color Harmonies of #DF98AA
Complementary color
Monochromatic Colors of #DF98AA
Black with #DF98AA
Text Example
Text Example
White with #DF98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98AA; }
p { color: rgb(223,152,170); }
H1.HeaderClassName
{
color: #DF98AA;
}
.AnyTagClassName
{
color: #DF98AA;
}
</style>
background-color css
<style>
a { background-color: #DF98AA; }
a { background-color: rgb(223,152,170); }
div.DivClassName
{
background-color: #DF98AA;
}
.BgClassName
{
background-color: #DF98AA;
}
</style>
border-color css
<style>
span { border-color: #DF98AA; }
span { border-color: rgb(223,152,170); }
td.TdClassName
{
border-color: #DF98AA;
}
.TagClassName
{
border-color: #DF98AA;
}
</style>