Shades of Kobi #DF80AA
Tints of Kobi #DF80AA
RGB
CMYK
RGB Variations
Color information
#DF80AA (or 0xDF80AA) is known color: Kobi. HEX triplet: DF, 80 and AA. RGB value is (223,128,170). Sum of RGB (Red+Green+Blue) = 223+128+170=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AA is #207F55. Grayscale: #A1A1A1. Windows color (decimal): -2129750 or 11174111. OLE color: 11174111.
HSL color Cylindrical-coordinate representation of color #DF80AA: hue angle of 333.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80AA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 170 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.13 |
| HSL | 333.47º | 0.6% | 0.69% | - |
| HSV(B) | 333.47º | 0.43% | 0.87% | - |
| XYZ | 45.41 | 34.03 | 42.21 | - |
| YUV | 161.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 170 | 0 | 0.43 | 0.24 | 0.13 | 333.47 | 0.6 | 0.69 |
| Hex | DF | 80 | AA | 0 | 2B | 18 | D | 14D | 3C | 45 |
| Octal | 337 | 200 | 252 | 0 | 53 | 30 | 15 | 515 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10101010 | 0 | 101011 | 11000 | 1101 | 101001101 | 111100 | 1000101 |
Color Harmonies of #DF80AA
Complementary color
Monochromatic Colors of #DF80AA
Black with #DF80AA
Text Example
Text Example
White with #DF80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80AA; }
p { color: rgb(223,128,170); }
H1.HeaderClassName
{
color: #DF80AA;
}
.AnyTagClassName
{
color: #DF80AA;
}
</style>
background-color css
<style>
a { background-color: #DF80AA; }
a { background-color: rgb(223,128,170); }
div.DivClassName
{
background-color: #DF80AA;
}
.BgClassName
{
background-color: #DF80AA;
}
</style>
border-color css
<style>
span { border-color: #DF80AA; }
span { border-color: rgb(223,128,170); }
td.TdClassName
{
border-color: #DF80AA;
}
.TagClassName
{
border-color: #DF80AA;
}
</style>