Shades of Kobi #DF7AAC
Tints of Kobi #DF7AAC
RGB
CMYK
RGB Variations
Color information
#DF7AAC (or 0xDF7AAC) is known color: Kobi. HEX triplet: DF, 7A and AC. RGB value is (223,122,172). Sum of RGB (Red+Green+Blue) = 223+122+172=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AAC is #208553. Grayscale: #9D9D9D. Windows color (decimal): -2131284 or 11303647. OLE color: 11303647.
HSL color Cylindrical-coordinate representation of color #DF7AAC: hue angle of 330.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AAC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 172 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 330.3º | 0.61% | 0.68% | - |
| HSV(B) | 330.3º | 0.45% | 0.87% | - |
| XYZ | 44.84 | 32.59 | 42.96 | - |
| YUV | 157.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 172 | 0 | 0.45 | 0.23 | 0.13 | 330.3 | 0.61 | 0.68 |
| Hex | DF | 7A | AC | 0 | 2D | 17 | D | 14A | 3D | 44 |
| Octal | 337 | 172 | 254 | 0 | 55 | 27 | 15 | 512 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10101100 | 0 | 101101 | 10111 | 1101 | 101001010 | 111101 | 1000100 |
Color Harmonies of #DF7AAC
Complementary color
Monochromatic Colors of #DF7AAC
Black with #DF7AAC
Text Example
Text Example
White with #DF7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AAC; }
p { color: rgb(223,122,172); }
H1.HeaderClassName
{
color: #DF7AAC;
}
.AnyTagClassName
{
color: #DF7AAC;
}
</style>
background-color css
<style>
a { background-color: #DF7AAC; }
a { background-color: rgb(223,122,172); }
div.DivClassName
{
background-color: #DF7AAC;
}
.BgClassName
{
background-color: #DF7AAC;
}
</style>
border-color css
<style>
span { border-color: #DF7AAC; }
span { border-color: rgb(223,122,172); }
td.TdClassName
{
border-color: #DF7AAC;
}
.TagClassName
{
border-color: #DF7AAC;
}
</style>