Shades of Kobi #DF7DAD
Tints of Kobi #DF7DAD
RGB
CMYK
RGB Variations
Color information
#DF7DAD (or 0xDF7DAD) is known color: Kobi. HEX triplet: DF, 7D and AD. RGB value is (223,125,173). Sum of RGB (Red+Green+Blue) = 223+125+173=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAD is #208252. Grayscale: #9F9F9F. Windows color (decimal): -2130515 or 11369951. OLE color: 11369951.
HSL color Cylindrical-coordinate representation of color #DF7DAD: hue angle of 330.61º 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 #DF7DAD is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 173 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.13 |
| HSL | 330.61º | 0.6% | 0.68% | - |
| HSV(B) | 330.61º | 0.44% | 0.87% | - |
| XYZ | 45.31 | 33.37 | 43.59 | - |
| YUV | 159.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 173 | 0 | 0.44 | 0.22 | 0.13 | 330.61 | 0.6 | 0.68 |
| Hex | DF | 7D | AD | 0 | 2C | 16 | D | 14B | 3C | 44 |
| Octal | 337 | 175 | 255 | 0 | 54 | 26 | 15 | 513 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10101101 | 0 | 101100 | 10110 | 1101 | 101001011 | 111100 | 1000100 |
Color Harmonies of #DF7DAD
Complementary color
Monochromatic Colors of #DF7DAD
Black with #DF7DAD
Text Example
Text Example
White with #DF7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DAD; }
p { color: rgb(223,125,173); }
H1.HeaderClassName
{
color: #DF7DAD;
}
.AnyTagClassName
{
color: #DF7DAD;
}
</style>
background-color css
<style>
a { background-color: #DF7DAD; }
a { background-color: rgb(223,125,173); }
div.DivClassName
{
background-color: #DF7DAD;
}
.BgClassName
{
background-color: #DF7DAD;
}
</style>
border-color css
<style>
span { border-color: #DF7DAD; }
span { border-color: rgb(223,125,173); }
td.TdClassName
{
border-color: #DF7DAD;
}
.TagClassName
{
border-color: #DF7DAD;
}
</style>