Shades of Kobi #DF88AC
Tints of Kobi #DF88AC
RGB
CMYK
RGB Variations
Color information
#DF88AC (or 0xDF88AC) is known color: Kobi. HEX triplet: DF, 88 and AC. RGB value is (223,136,172). Sum of RGB (Red+Green+Blue) = 223+136+172=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88AC is #207753. Grayscale: #A6A6A6. Windows color (decimal): -2127700 or 11307231. OLE color: 11307231.
HSL color Cylindrical-coordinate representation of color #DF88AC: hue angle of 335.17º 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 #DF88AC is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 136 | 172 | - |
CMYK | 0 | 0.39 | 0.23 | 0.13 |
HSL | 335.17º | 0.58% | 0.7% | - |
HSV(B) | 335.17º | 0.39% | 0.87% | - |
XYZ | 46.68 | 36.27 | 43.57 | - |
YUV | 166.12 | 131.32 | 168.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 136 | 172 | 0 | 0.39 | 0.23 | 0.13 | 335.17 | 0.58 | 0.7 |
Hex | DF | 88 | AC | 0 | 27 | 17 | D | 14F | 3A | 46 |
Octal | 337 | 210 | 254 | 0 | 47 | 27 | 15 | 517 | 72 | 106 |
Binary | 11011111 | 10001000 | 10101100 | 0 | 100111 | 10111 | 1101 | 101001111 | 111010 | 1000110 |
Color Harmonies of #DF88AC
Complementary color
Monochromatic Colors of #DF88AC
Black with #DF88AC
Text Example
Text Example
White with #DF88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88AC; }
p { color: rgb(223,136,172); }
H1.HeaderClassName
{
color: #DF88AC;
}
.AnyTagClassName
{
color: #DF88AC;
}
</style>
background-color css
<style>
a { background-color: #DF88AC; }
a { background-color: rgb(223,136,172); }
div.DivClassName
{
background-color: #DF88AC;
}
.BgClassName
{
background-color: #DF88AC;
}
</style>
border-color css
<style>
span { border-color: #DF88AC; }
span { border-color: rgb(223,136,172); }
td.TdClassName
{
border-color: #DF88AC;
}
.TagClassName
{
border-color: #DF88AC;
}
</style>