Shades of Kobi #DF82AF
Tints of Kobi #DF82AF
RGB
CMYK
RGB Variations
Color information
#DF82AF (or 0xDF82AF) is known color: Kobi. HEX triplet: DF, 82 and AF. RGB value is (223,130,175). Sum of RGB (Red+Green+Blue) = 223+130+175=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82AF is #207D50. Grayscale: #A2A2A2. Windows color (decimal): -2129233 or 11502303. OLE color: 11502303.
HSL color Cylindrical-coordinate representation of color #DF82AF: hue angle of 330.97º 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 #DF82AF is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 175 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.13 |
| HSL | 330.97º | 0.59% | 0.69% | - |
| HSV(B) | 330.97º | 0.42% | 0.87% | - |
| XYZ | 46.15 | 34.75 | 44.83 | - |
| YUV | 162.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 175 | 0 | 0.42 | 0.22 | 0.13 | 330.97 | 0.59 | 0.69 |
| Hex | DF | 82 | AF | 0 | 2A | 16 | D | 14B | 3B | 45 |
| Octal | 337 | 202 | 257 | 0 | 52 | 26 | 15 | 513 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10101111 | 0 | 101010 | 10110 | 1101 | 101001011 | 111011 | 1000101 |
Color Harmonies of #DF82AF
Complementary color
Monochromatic Colors of #DF82AF
Black with #DF82AF
Text Example
Text Example
White with #DF82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82AF; }
p { color: rgb(223,130,175); }
H1.HeaderClassName
{
color: #DF82AF;
}
.AnyTagClassName
{
color: #DF82AF;
}
</style>
background-color css
<style>
a { background-color: #DF82AF; }
a { background-color: rgb(223,130,175); }
div.DivClassName
{
background-color: #DF82AF;
}
.BgClassName
{
background-color: #DF82AF;
}
</style>
border-color css
<style>
span { border-color: #DF82AF; }
span { border-color: rgb(223,130,175); }
td.TdClassName
{
border-color: #DF82AF;
}
.TagClassName
{
border-color: #DF82AF;
}
</style>