Shades of Kobi #DF88A8
Tints of Kobi #DF88A8
RGB
CMYK
RGB Variations
Color information
#DF88A8 (or 0xDF88A8) is known color: Kobi. HEX triplet: DF, 88 and A8. RGB value is (223,136,168). Sum of RGB (Red+Green+Blue) = 223+136+168=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A8 is #207757. Grayscale: #A5A5A5. Windows color (decimal): -2127704 or 11045087. OLE color: 11045087.
HSL color Cylindrical-coordinate representation of color #DF88A8: hue angle of 337.93º 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 #DF88A8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 168 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.13 |
| HSL | 337.93º | 0.58% | 0.7% | - |
| HSV(B) | 337.93º | 0.39% | 0.87% | - |
| XYZ | 46.3 | 36.12 | 41.58 | - |
| YUV | 165.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 168 | 0 | 0.39 | 0.25 | 0.13 | 337.93 | 0.58 | 0.7 |
| Hex | DF | 88 | A8 | 0 | 27 | 19 | D | 152 | 3A | 46 |
| Octal | 337 | 210 | 250 | 0 | 47 | 31 | 15 | 522 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10101000 | 0 | 100111 | 11001 | 1101 | 101010010 | 111010 | 1000110 |
Color Harmonies of #DF88A8
Complementary color
Monochromatic Colors of #DF88A8
Black with #DF88A8
Text Example
Text Example
White with #DF88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A8; }
p { color: rgb(223,136,168); }
H1.HeaderClassName
{
color: #DF88A8;
}
.AnyTagClassName
{
color: #DF88A8;
}
</style>
background-color css
<style>
a { background-color: #DF88A8; }
a { background-color: rgb(223,136,168); }
div.DivClassName
{
background-color: #DF88A8;
}
.BgClassName
{
background-color: #DF88A8;
}
</style>
border-color css
<style>
span { border-color: #DF88A8; }
span { border-color: rgb(223,136,168); }
td.TdClassName
{
border-color: #DF88A8;
}
.TagClassName
{
border-color: #DF88A8;
}
</style>