Shades of Kobi #DF7EAC
Tints of Kobi #DF7EAC
RGB
CMYK
RGB Variations
Color information
#DF7EAC (or 0xDF7EAC) is known color: Kobi. HEX triplet: DF, 7E and AC. RGB value is (223,126,172). Sum of RGB (Red+Green+Blue) = 223+126+172=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EAC is #208153. Grayscale: #A0A0A0. Windows color (decimal): -2130260 or 11304671. OLE color: 11304671.
HSL color Cylindrical-coordinate representation of color #DF7EAC: hue angle of 331.55º 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 #DF7EAC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 172 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 331.55º | 0.6% | 0.68% | - |
| HSV(B) | 331.55º | 0.43% | 0.87% | - |
| XYZ | 45.34 | 33.59 | 43.12 | - |
| YUV | 160.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 172 | 0 | 0.43 | 0.23 | 0.13 | 331.55 | 0.6 | 0.68 |
| Hex | DF | 7E | AC | 0 | 2B | 17 | D | 14C | 3C | 44 |
| Octal | 337 | 176 | 254 | 0 | 53 | 27 | 15 | 514 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10101100 | 0 | 101011 | 10111 | 1101 | 101001100 | 111100 | 1000100 |
Color Harmonies of #DF7EAC
Complementary color
Monochromatic Colors of #DF7EAC
Black with #DF7EAC
Text Example
Text Example
White with #DF7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EAC; }
p { color: rgb(223,126,172); }
H1.HeaderClassName
{
color: #DF7EAC;
}
.AnyTagClassName
{
color: #DF7EAC;
}
</style>
background-color css
<style>
a { background-color: #DF7EAC; }
a { background-color: rgb(223,126,172); }
div.DivClassName
{
background-color: #DF7EAC;
}
.BgClassName
{
background-color: #DF7EAC;
}
</style>
border-color css
<style>
span { border-color: #DF7EAC; }
span { border-color: rgb(223,126,172); }
td.TdClassName
{
border-color: #DF7EAC;
}
.TagClassName
{
border-color: #DF7EAC;
}
</style>