Shades of Kobi #DF82AC
Tints of Kobi #DF82AC
RGB
CMYK
RGB Variations
Color information
#DF82AC (or 0xDF82AC) is known color: Kobi. HEX triplet: DF, 82 and AC. RGB value is (223,130,172). Sum of RGB (Red+Green+Blue) = 223+130+172=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82AC is #207D53. Grayscale: #A2A2A2. Windows color (decimal): -2129236 or 11305695. OLE color: 11305695.
HSL color Cylindrical-coordinate representation of color #DF82AC: hue angle of 332.9º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82AC is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 172 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.13 |
| HSL | 332.9º | 0.59% | 0.69% | - |
| HSV(B) | 332.9º | 0.42% | 0.87% | - |
| XYZ | 45.86 | 34.63 | 43.3 | - |
| YUV | 162.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 172 | 0 | 0.42 | 0.23 | 0.13 | 332.9 | 0.59 | 0.69 |
| Hex | DF | 82 | AC | 0 | 2A | 17 | D | 14D | 3B | 45 |
| Octal | 337 | 202 | 254 | 0 | 52 | 27 | 15 | 515 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10101100 | 0 | 101010 | 10111 | 1101 | 101001101 | 111011 | 1000101 |
Color Harmonies of #DF82AC
Complementary color
Monochromatic Colors of #DF82AC
Black with #DF82AC
Text Example
Text Example
White with #DF82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82AC; }
p { color: rgb(223,130,172); }
H1.HeaderClassName
{
color: #DF82AC;
}
.AnyTagClassName
{
color: #DF82AC;
}
</style>
background-color css
<style>
a { background-color: #DF82AC; }
a { background-color: rgb(223,130,172); }
div.DivClassName
{
background-color: #DF82AC;
}
.BgClassName
{
background-color: #DF82AC;
}
</style>
border-color css
<style>
span { border-color: #DF82AC; }
span { border-color: rgb(223,130,172); }
td.TdClassName
{
border-color: #DF82AC;
}
.TagClassName
{
border-color: #DF82AC;
}
</style>