Shades of Kobi #DF88A2
Tints of Kobi #DF88A2
RGB
CMYK
RGB Variations
Color information
#DF88A2 (or 0xDF88A2) is known color: Kobi. HEX triplet: DF, 88 and A2. RGB value is (223,136,162). Sum of RGB (Red+Green+Blue) = 223+136+162=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A2 is #20775D. Grayscale: #A4A4A4. Windows color (decimal): -2127710 or 10651871. OLE color: 10651871.
HSL color Cylindrical-coordinate representation of color #DF88A2: hue angle of 342.07º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88A2 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 162 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.13 |
| HSL | 342.07º | 0.58% | 0.7% | - |
| HSV(B) | 342.07º | 0.39% | 0.87% | - |
| XYZ | 45.76 | 35.9 | 38.7 | - |
| YUV | 164.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 162 | 0 | 0.39 | 0.27 | 0.13 | 342.07 | 0.58 | 0.7 |
| Hex | DF | 88 | A2 | 0 | 27 | 1B | D | 156 | 3A | 46 |
| Octal | 337 | 210 | 242 | 0 | 47 | 33 | 15 | 526 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10100010 | 0 | 100111 | 11011 | 1101 | 101010110 | 111010 | 1000110 |
Color Harmonies of #DF88A2
Complementary color
Monochromatic Colors of #DF88A2
Black with #DF88A2
Text Example
Text Example
White with #DF88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A2; }
p { color: rgb(223,136,162); }
H1.HeaderClassName
{
color: #DF88A2;
}
.AnyTagClassName
{
color: #DF88A2;
}
</style>
background-color css
<style>
a { background-color: #DF88A2; }
a { background-color: rgb(223,136,162); }
div.DivClassName
{
background-color: #DF88A2;
}
.BgClassName
{
background-color: #DF88A2;
}
</style>
border-color css
<style>
span { border-color: #DF88A2; }
span { border-color: rgb(223,136,162); }
td.TdClassName
{
border-color: #DF88A2;
}
.TagClassName
{
border-color: #DF88A2;
}
</style>