Shades of Kobi #DF7CAA
Tints of Kobi #DF7CAA
RGB
CMYK
RGB Variations
Color information
#DF7CAA (or 0xDF7CAA) is known color: Kobi. HEX triplet: DF, 7C and AA. RGB value is (223,124,170). Sum of RGB (Red+Green+Blue) = 223+124+170=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CAA is #208355. Grayscale: #9E9E9E. Windows color (decimal): -2130774 or 11173087. OLE color: 11173087.
HSL color Cylindrical-coordinate representation of color #DF7CAA: hue angle of 332.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CAA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 170 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.13 |
| HSL | 332.12º | 0.61% | 0.68% | - |
| HSV(B) | 332.12º | 0.44% | 0.87% | - |
| XYZ | 44.89 | 33.01 | 42.03 | - |
| YUV | 158.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 170 | 0 | 0.44 | 0.24 | 0.13 | 332.12 | 0.61 | 0.68 |
| Hex | DF | 7C | AA | 0 | 2C | 18 | D | 14C | 3D | 44 |
| Octal | 337 | 174 | 252 | 0 | 54 | 30 | 15 | 514 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10101010 | 0 | 101100 | 11000 | 1101 | 101001100 | 111101 | 1000100 |
Color Harmonies of #DF7CAA
Complementary color
Monochromatic Colors of #DF7CAA
Black with #DF7CAA
Text Example
Text Example
White with #DF7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CAA; }
p { color: rgb(223,124,170); }
H1.HeaderClassName
{
color: #DF7CAA;
}
.AnyTagClassName
{
color: #DF7CAA;
}
</style>
background-color css
<style>
a { background-color: #DF7CAA; }
a { background-color: rgb(223,124,170); }
div.DivClassName
{
background-color: #DF7CAA;
}
.BgClassName
{
background-color: #DF7CAA;
}
</style>
border-color css
<style>
span { border-color: #DF7CAA; }
span { border-color: rgb(223,124,170); }
td.TdClassName
{
border-color: #DF7CAA;
}
.TagClassName
{
border-color: #DF7CAA;
}
</style>