Shades of Kobi #DF7EAA
Tints of Kobi #DF7EAA
RGB
CMYK
RGB Variations
Color information
#DF7EAA (or 0xDF7EAA) is known color: Kobi. HEX triplet: DF, 7E and AA. RGB value is (223,126,170). Sum of RGB (Red+Green+Blue) = 223+126+170=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EAA is #208155. Grayscale: #9F9F9F. Windows color (decimal): -2130262 or 11173599. OLE color: 11173599.
HSL color Cylindrical-coordinate representation of color #DF7EAA: hue angle of 332.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EAA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 170 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.13 |
| HSL | 332.78º | 0.6% | 0.68% | - |
| HSV(B) | 332.78º | 0.43% | 0.87% | - |
| XYZ | 45.15 | 33.51 | 42.12 | - |
| YUV | 160.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 170 | 0 | 0.43 | 0.24 | 0.13 | 332.78 | 0.6 | 0.68 |
| Hex | DF | 7E | AA | 0 | 2B | 18 | D | 14D | 3C | 44 |
| Octal | 337 | 176 | 252 | 0 | 53 | 30 | 15 | 515 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10101010 | 0 | 101011 | 11000 | 1101 | 101001101 | 111100 | 1000100 |
Color Harmonies of #DF7EAA
Complementary color
Monochromatic Colors of #DF7EAA
Black with #DF7EAA
Text Example
Text Example
White with #DF7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EAA; }
p { color: rgb(223,126,170); }
H1.HeaderClassName
{
color: #DF7EAA;
}
.AnyTagClassName
{
color: #DF7EAA;
}
</style>
background-color css
<style>
a { background-color: #DF7EAA; }
a { background-color: rgb(223,126,170); }
div.DivClassName
{
background-color: #DF7EAA;
}
.BgClassName
{
background-color: #DF7EAA;
}
</style>
border-color css
<style>
span { border-color: #DF7EAA; }
span { border-color: rgb(223,126,170); }
td.TdClassName
{
border-color: #DF7EAA;
}
.TagClassName
{
border-color: #DF7EAA;
}
</style>