Shades of Kobi #DF7DA9
Tints of Kobi #DF7DA9
RGB
CMYK
RGB Variations
Color information
#DF7DA9 (or 0xDF7DA9) is known color: Kobi. HEX triplet: DF, 7D and A9. RGB value is (223,125,169). Sum of RGB (Red+Green+Blue) = 223+125+169=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA9 is #208256. Grayscale: #9F9F9F. Windows color (decimal): -2130519 or 11107807. OLE color: 11107807.
HSL color Cylindrical-coordinate representation of color #DF7DA9: hue angle of 333.06º 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 #DF7DA9 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 125 | 169 | - |
CMYK | 0 | 0.44 | 0.24 | 0.13 |
HSL | 333.06º | 0.6% | 0.68% | - |
HSV(B) | 333.06º | 0.44% | 0.87% | - |
XYZ | 44.93 | 33.22 | 41.58 | - |
YUV | 159.32 | 133.47 | 173.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 125 | 169 | 0 | 0.44 | 0.24 | 0.13 | 333.06 | 0.6 | 0.68 |
Hex | DF | 7D | A9 | 0 | 2C | 18 | D | 14D | 3C | 44 |
Octal | 337 | 175 | 251 | 0 | 54 | 30 | 15 | 515 | 74 | 104 |
Binary | 11011111 | 1111101 | 10101001 | 0 | 101100 | 11000 | 1101 | 101001101 | 111100 | 1000100 |
Color Harmonies of #DF7DA9
Complementary color
Monochromatic Colors of #DF7DA9
Black with #DF7DA9
Text Example
Text Example
White with #DF7DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DA9; }
p { color: rgb(223,125,169); }
H1.HeaderClassName
{
color: #DF7DA9;
}
.AnyTagClassName
{
color: #DF7DA9;
}
</style>
background-color css
<style>
a { background-color: #DF7DA9; }
a { background-color: rgb(223,125,169); }
div.DivClassName
{
background-color: #DF7DA9;
}
.BgClassName
{
background-color: #DF7DA9;
}
</style>
border-color css
<style>
span { border-color: #DF7DA9; }
span { border-color: rgb(223,125,169); }
td.TdClassName
{
border-color: #DF7DA9;
}
.TagClassName
{
border-color: #DF7DA9;
}
</style>