Shades of Kobi #DF8AA9
Tints of Kobi #DF8AA9
RGB
CMYK
RGB Variations
Color information
#DF8AA9 (or 0xDF8AA9) is known color: Kobi. HEX triplet: DF, 8A and A9. RGB value is (223,138,169). Sum of RGB (Red+Green+Blue) = 223+138+169=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AA9 is #207556. Grayscale: #A6A6A6. Windows color (decimal): -2127191 or 11111135. OLE color: 11111135.
HSL color Cylindrical-coordinate representation of color #DF8AA9: hue angle of 338.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AA9 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 169 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.13 |
| HSL | 338.12º | 0.57% | 0.71% | - |
| HSV(B) | 338.12º | 0.38% | 0.87% | - |
| XYZ | 46.68 | 36.73 | 42.17 | - |
| YUV | 166.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 169 | 0 | 0.38 | 0.24 | 0.13 | 338.12 | 0.57 | 0.71 |
| Hex | DF | 8A | A9 | 0 | 26 | 18 | D | 152 | 39 | 47 |
| Octal | 337 | 212 | 251 | 0 | 46 | 30 | 15 | 522 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10101001 | 0 | 100110 | 11000 | 1101 | 101010010 | 111001 | 1000111 |
Color Harmonies of #DF8AA9
Complementary color
Monochromatic Colors of #DF8AA9
Black with #DF8AA9
Text Example
Text Example
White with #DF8AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AA9; }
p { color: rgb(223,138,169); }
H1.HeaderClassName
{
color: #DF8AA9;
}
.AnyTagClassName
{
color: #DF8AA9;
}
</style>
background-color css
<style>
a { background-color: #DF8AA9; }
a { background-color: rgb(223,138,169); }
div.DivClassName
{
background-color: #DF8AA9;
}
.BgClassName
{
background-color: #DF8AA9;
}
</style>
border-color css
<style>
span { border-color: #DF8AA9; }
span { border-color: rgb(223,138,169); }
td.TdClassName
{
border-color: #DF8AA9;
}
.TagClassName
{
border-color: #DF8AA9;
}
</style>