Shades of Kobi #DF7FAC
Tints of Kobi #DF7FAC
RGB
CMYK
RGB Variations
Color information
#DF7FAC (or 0xDF7FAC) is known color: Kobi. HEX triplet: DF, 7F and AC. RGB value is (223,127,172). Sum of RGB (Red+Green+Blue) = 223+127+172=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FAC is #208053. Grayscale: #A0A0A0. Windows color (decimal): -2130004 or 11304927. OLE color: 11304927.
HSL color Cylindrical-coordinate representation of color #DF7FAC: hue angle of 331.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FAC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 172 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 331.88º | 0.6% | 0.69% | - |
| HSV(B) | 331.88º | 0.43% | 0.87% | - |
| XYZ | 45.47 | 33.85 | 43.17 | - |
| YUV | 160.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 172 | 0 | 0.43 | 0.23 | 0.13 | 331.88 | 0.6 | 0.69 |
| Hex | DF | 7F | AC | 0 | 2B | 17 | D | 14C | 3C | 45 |
| Octal | 337 | 177 | 254 | 0 | 53 | 27 | 15 | 514 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10101100 | 0 | 101011 | 10111 | 1101 | 101001100 | 111100 | 1000101 |
Color Harmonies of #DF7FAC
Complementary color
Monochromatic Colors of #DF7FAC
Black with #DF7FAC
Text Example
Text Example
White with #DF7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FAC; }
p { color: rgb(223,127,172); }
H1.HeaderClassName
{
color: #DF7FAC;
}
.AnyTagClassName
{
color: #DF7FAC;
}
</style>
background-color css
<style>
a { background-color: #DF7FAC; }
a { background-color: rgb(223,127,172); }
div.DivClassName
{
background-color: #DF7FAC;
}
.BgClassName
{
background-color: #DF7FAC;
}
</style>
border-color css
<style>
span { border-color: #DF7FAC; }
span { border-color: rgb(223,127,172); }
td.TdClassName
{
border-color: #DF7FAC;
}
.TagClassName
{
border-color: #DF7FAC;
}
</style>