Shades of Kobi #DF8AB1
Tints of Kobi #DF8AB1
RGB
CMYK
RGB Variations
Color information
#DF8AB1 (or 0xDF8AB1) is known color: Kobi. HEX triplet: DF, 8A and B1. RGB value is (223,138,177). Sum of RGB (Red+Green+Blue) = 223+138+177=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AB1 is #20754E. Grayscale: #A7A7A7. Windows color (decimal): -2127183 or 11635423. OLE color: 11635423.
HSL color Cylindrical-coordinate representation of color #DF8AB1: hue angle of 332.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AB1 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 177 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.13 |
| HSL | 332.47º | 0.57% | 0.71% | - |
| HSV(B) | 332.47º | 0.38% | 0.87% | - |
| XYZ | 47.46 | 37.04 | 46.24 | - |
| YUV | 167.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 177 | 0 | 0.38 | 0.21 | 0.13 | 332.47 | 0.57 | 0.71 |
| Hex | DF | 8A | B1 | 0 | 26 | 15 | D | 14C | 39 | 47 |
| Octal | 337 | 212 | 261 | 0 | 46 | 25 | 15 | 514 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10110001 | 0 | 100110 | 10101 | 1101 | 101001100 | 111001 | 1000111 |
Color Harmonies of #DF8AB1
Complementary color
Monochromatic Colors of #DF8AB1
Black with #DF8AB1
Text Example
Text Example
White with #DF8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB1; }
p { color: rgb(223,138,177); }
H1.HeaderClassName
{
color: #DF8AB1;
}
.AnyTagClassName
{
color: #DF8AB1;
}
</style>
background-color css
<style>
a { background-color: #DF8AB1; }
a { background-color: rgb(223,138,177); }
div.DivClassName
{
background-color: #DF8AB1;
}
.BgClassName
{
background-color: #DF8AB1;
}
</style>
border-color css
<style>
span { border-color: #DF8AB1; }
span { border-color: rgb(223,138,177); }
td.TdClassName
{
border-color: #DF8AB1;
}
.TagClassName
{
border-color: #DF8AB1;
}
</style>