Shades of Kobi #DF7DAA
Tints of Kobi #DF7DAA
RGB
CMYK
RGB Variations
Color information
#DF7DAA (or 0xDF7DAA) is known color: Kobi. HEX triplet: DF, 7D and AA. RGB value is (223,125,170). Sum of RGB (Red+Green+Blue) = 223+125+170=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAA is #208255. Grayscale: #9F9F9F. Windows color (decimal): -2130518 or 11173343. OLE color: 11173343.
HSL color Cylindrical-coordinate representation of color #DF7DAA: hue angle of 332.45º degrees, saturation: 0.6, 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 #DF7DAA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 170 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.13 |
| HSL | 332.45º | 0.6% | 0.68% | - |
| HSV(B) | 332.45º | 0.44% | 0.87% | - |
| XYZ | 45.02 | 33.26 | 42.08 | - |
| YUV | 159.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 170 | 0 | 0.44 | 0.24 | 0.13 | 332.45 | 0.6 | 0.68 |
| Hex | DF | 7D | AA | 0 | 2C | 18 | D | 14C | 3C | 44 |
| Octal | 337 | 175 | 252 | 0 | 54 | 30 | 15 | 514 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10101010 | 0 | 101100 | 11000 | 1101 | 101001100 | 111100 | 1000100 |
Color Harmonies of #DF7DAA
Complementary color
Monochromatic Colors of #DF7DAA
Black with #DF7DAA
Text Example
Text Example
White with #DF7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DAA; }
p { color: rgb(223,125,170); }
H1.HeaderClassName
{
color: #DF7DAA;
}
.AnyTagClassName
{
color: #DF7DAA;
}
</style>
background-color css
<style>
a { background-color: #DF7DAA; }
a { background-color: rgb(223,125,170); }
div.DivClassName
{
background-color: #DF7DAA;
}
.BgClassName
{
background-color: #DF7DAA;
}
</style>
border-color css
<style>
span { border-color: #DF7DAA; }
span { border-color: rgb(223,125,170); }
td.TdClassName
{
border-color: #DF7DAA;
}
.TagClassName
{
border-color: #DF7DAA;
}
</style>