Shades of Kobi #DF7EB0
Tints of Kobi #DF7EB0
RGB
CMYK
RGB Variations
Color information
#DF7EB0 (or 0xDF7EB0) is known color: Kobi. HEX triplet: DF, 7E and B0. RGB value is (223,126,176). Sum of RGB (Red+Green+Blue) = 223+126+176=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EB0 is #20814F. Grayscale: #A0A0A0. Windows color (decimal): -2130256 or 11566815. OLE color: 11566815.
HSL color Cylindrical-coordinate representation of color #DF7EB0: hue angle of 329.07º 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 #DF7EB0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 176 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.13 |
| HSL | 329.07º | 0.6% | 0.68% | - |
| HSV(B) | 329.07º | 0.43% | 0.87% | - |
| XYZ | 45.73 | 33.74 | 45.18 | - |
| YUV | 160.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 176 | 0 | 0.43 | 0.21 | 0.13 | 329.07 | 0.6 | 0.68 |
| Hex | DF | 7E | B0 | 0 | 2B | 15 | D | 149 | 3C | 44 |
| Octal | 337 | 176 | 260 | 0 | 53 | 25 | 15 | 511 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10110000 | 0 | 101011 | 10101 | 1101 | 101001001 | 111100 | 1000100 |
Color Harmonies of #DF7EB0
Complementary color
Monochromatic Colors of #DF7EB0
Black with #DF7EB0
Text Example
Text Example
White with #DF7EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EB0; }
p { color: rgb(223,126,176); }
H1.HeaderClassName
{
color: #DF7EB0;
}
.AnyTagClassName
{
color: #DF7EB0;
}
</style>
background-color css
<style>
a { background-color: #DF7EB0; }
a { background-color: rgb(223,126,176); }
div.DivClassName
{
background-color: #DF7EB0;
}
.BgClassName
{
background-color: #DF7EB0;
}
</style>
border-color css
<style>
span { border-color: #DF7EB0; }
span { border-color: rgb(223,126,176); }
td.TdClassName
{
border-color: #DF7EB0;
}
.TagClassName
{
border-color: #DF7EB0;
}
</style>