Shades of Kobi #DF8AAF
Tints of Kobi #DF8AAF
RGB
CMYK
RGB Variations
Color information
#DF8AAF (or 0xDF8AAF) is known color: Kobi. HEX triplet: DF, 8A and AF. RGB value is (223,138,175). Sum of RGB (Red+Green+Blue) = 223+138+175=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAF is #207550. Grayscale: #A7A7A7. Windows color (decimal): -2127185 or 11504351. OLE color: 11504351.
HSL color Cylindrical-coordinate representation of color #DF8AAF: hue angle of 333.88º 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 #DF8AAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 333.88º | 0.57% | 0.71% | - |
| HSV(B) | 333.88º | 0.38% | 0.87% | - |
| XYZ | 47.26 | 36.96 | 45.2 | - |
| YUV | 167.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 175 | 0 | 0.38 | 0.22 | 0.13 | 333.88 | 0.57 | 0.71 |
| Hex | DF | 8A | AF | 0 | 26 | 16 | D | 14E | 39 | 47 |
| Octal | 337 | 212 | 257 | 0 | 46 | 26 | 15 | 516 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10101111 | 0 | 100110 | 10110 | 1101 | 101001110 | 111001 | 1000111 |
Color Harmonies of #DF8AAF
Complementary color
Monochromatic Colors of #DF8AAF
Black with #DF8AAF
Text Example
Text Example
White with #DF8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AAF; }
p { color: rgb(223,138,175); }
H1.HeaderClassName
{
color: #DF8AAF;
}
.AnyTagClassName
{
color: #DF8AAF;
}
</style>
background-color css
<style>
a { background-color: #DF8AAF; }
a { background-color: rgb(223,138,175); }
div.DivClassName
{
background-color: #DF8AAF;
}
.BgClassName
{
background-color: #DF8AAF;
}
</style>
border-color css
<style>
span { border-color: #DF8AAF; }
span { border-color: rgb(223,138,175); }
td.TdClassName
{
border-color: #DF8AAF;
}
.TagClassName
{
border-color: #DF8AAF;
}
</style>