Shades of Kobi #DF88B3
Tints of Kobi #DF88B3
RGB
CMYK
RGB Variations
Color information
#DF88B3 (or 0xDF88B3) is known color: Kobi. HEX triplet: DF, 88 and B3. RGB value is (223,136,179). Sum of RGB (Red+Green+Blue) = 223+136+179=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88B3 is #20774C. Grayscale: #A6A6A6. Windows color (decimal): -2127693 or 11765983. OLE color: 11765983.
HSL color Cylindrical-coordinate representation of color #DF88B3: hue angle of 330.34º 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 #DF88B3 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 179 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.13 |
| HSL | 330.34º | 0.58% | 0.7% | - |
| HSV(B) | 330.34º | 0.39% | 0.87% | - |
| XYZ | 47.37 | 36.55 | 47.21 | - |
| YUV | 166.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 179 | 0 | 0.39 | 0.20 | 0.13 | 330.34 | 0.58 | 0.7 |
| Hex | DF | 88 | B3 | 0 | 27 | 14 | D | 14A | 3A | 46 |
| Octal | 337 | 210 | 263 | 0 | 47 | 24 | 15 | 512 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10110011 | 0 | 100111 | 10100 | 1101 | 101001010 | 111010 | 1000110 |
Color Harmonies of #DF88B3
Complementary color
Monochromatic Colors of #DF88B3
Black with #DF88B3
Text Example
Text Example
White with #DF88B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88B3; }
p { color: rgb(223,136,179); }
H1.HeaderClassName
{
color: #DF88B3;
}
.AnyTagClassName
{
color: #DF88B3;
}
</style>
background-color css
<style>
a { background-color: #DF88B3; }
a { background-color: rgb(223,136,179); }
div.DivClassName
{
background-color: #DF88B3;
}
.BgClassName
{
background-color: #DF88B3;
}
</style>
border-color css
<style>
span { border-color: #DF88B3; }
span { border-color: rgb(223,136,179); }
td.TdClassName
{
border-color: #DF88B3;
}
.TagClassName
{
border-color: #DF88B3;
}
</style>