Shades of Kobi #DF84AC
Tints of Kobi #DF84AC
RGB
CMYK
RGB Variations
Color information
#DF84AC (or 0xDF84AC) is known color: Kobi. HEX triplet: DF, 84 and AC. RGB value is (223,132,172). Sum of RGB (Red+Green+Blue) = 223+132+172=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84AC is #207B53. Grayscale: #A3A3A3. Windows color (decimal): -2128724 or 11306207. OLE color: 11306207.
HSL color Cylindrical-coordinate representation of color #DF84AC: hue angle of 333.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84AC is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 172 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.13 |
| HSL | 333.63º | 0.59% | 0.7% | - |
| HSV(B) | 333.63º | 0.41% | 0.87% | - |
| XYZ | 46.13 | 35.17 | 43.39 | - |
| YUV | 163.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 172 | 0 | 0.41 | 0.23 | 0.13 | 333.63 | 0.59 | 0.7 |
| Hex | DF | 84 | AC | 0 | 29 | 17 | D | 14E | 3B | 46 |
| Octal | 337 | 204 | 254 | 0 | 51 | 27 | 15 | 516 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10101100 | 0 | 101001 | 10111 | 1101 | 101001110 | 111011 | 1000110 |
Color Harmonies of #DF84AC
Complementary color
Monochromatic Colors of #DF84AC
Black with #DF84AC
Text Example
Text Example
White with #DF84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84AC; }
p { color: rgb(223,132,172); }
H1.HeaderClassName
{
color: #DF84AC;
}
.AnyTagClassName
{
color: #DF84AC;
}
</style>
background-color css
<style>
a { background-color: #DF84AC; }
a { background-color: rgb(223,132,172); }
div.DivClassName
{
background-color: #DF84AC;
}
.BgClassName
{
background-color: #DF84AC;
}
</style>
border-color css
<style>
span { border-color: #DF84AC; }
span { border-color: rgb(223,132,172); }
td.TdClassName
{
border-color: #DF84AC;
}
.TagClassName
{
border-color: #DF84AC;
}
</style>