Shades of Kobi #DF88A3
Tints of Kobi #DF88A3
RGB
CMYK
RGB Variations
Color information
#DF88A3 (or 0xDF88A3) is known color: Kobi. HEX triplet: DF, 88 and A3. RGB value is (223,136,163). Sum of RGB (Red+Green+Blue) = 223+136+163=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A3 is #20775C. Grayscale: #A5A5A5. Windows color (decimal): -2127709 or 10717407. OLE color: 10717407.
HSL color Cylindrical-coordinate representation of color #DF88A3: hue angle of 341.38º 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 #DF88A3 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 163 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.13 |
| HSL | 341.38º | 0.58% | 0.7% | - |
| HSV(B) | 341.38º | 0.39% | 0.87% | - |
| XYZ | 45.85 | 35.94 | 39.17 | - |
| YUV | 165.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 163 | 0 | 0.39 | 0.27 | 0.13 | 341.38 | 0.58 | 0.7 |
| Hex | DF | 88 | A3 | 0 | 27 | 1B | D | 155 | 3A | 46 |
| Octal | 337 | 210 | 243 | 0 | 47 | 33 | 15 | 525 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10100011 | 0 | 100111 | 11011 | 1101 | 101010101 | 111010 | 1000110 |
Color Harmonies of #DF88A3
Complementary color
Monochromatic Colors of #DF88A3
Black with #DF88A3
Text Example
Text Example
White with #DF88A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A3; }
p { color: rgb(223,136,163); }
H1.HeaderClassName
{
color: #DF88A3;
}
.AnyTagClassName
{
color: #DF88A3;
}
</style>
background-color css
<style>
a { background-color: #DF88A3; }
a { background-color: rgb(223,136,163); }
div.DivClassName
{
background-color: #DF88A3;
}
.BgClassName
{
background-color: #DF88A3;
}
</style>
border-color css
<style>
span { border-color: #DF88A3; }
span { border-color: rgb(223,136,163); }
td.TdClassName
{
border-color: #DF88A3;
}
.TagClassName
{
border-color: #DF88A3;
}
</style>