Shades of Kobi #DF8AB0
Tints of Kobi #DF8AB0
RGB
CMYK
RGB Variations
Color information
#DF8AB0 (or 0xDF8AB0) is known color: Kobi. HEX triplet: DF, 8A and B0. RGB value is (223,138,176). Sum of RGB (Red+Green+Blue) = 223+138+176=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AB0 is #20754F. Grayscale: #A7A7A7. Windows color (decimal): -2127184 or 11569887. OLE color: 11569887.
HSL color Cylindrical-coordinate representation of color #DF8AB0: hue angle of 333.18º 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 #DF8AB0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 176 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.13 |
| HSL | 333.18º | 0.57% | 0.71% | - |
| HSV(B) | 333.18º | 0.38% | 0.87% | - |
| XYZ | 47.36 | 37 | 45.72 | - |
| YUV | 167.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 176 | 0 | 0.38 | 0.21 | 0.13 | 333.18 | 0.57 | 0.71 |
| Hex | DF | 8A | B0 | 0 | 26 | 15 | D | 14D | 39 | 47 |
| Octal | 337 | 212 | 260 | 0 | 46 | 25 | 15 | 515 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10110000 | 0 | 100110 | 10101 | 1101 | 101001101 | 111001 | 1000111 |
Color Harmonies of #DF8AB0
Complementary color
Monochromatic Colors of #DF8AB0
Black with #DF8AB0
Text Example
Text Example
White with #DF8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB0; }
p { color: rgb(223,138,176); }
H1.HeaderClassName
{
color: #DF8AB0;
}
.AnyTagClassName
{
color: #DF8AB0;
}
</style>
background-color css
<style>
a { background-color: #DF8AB0; }
a { background-color: rgb(223,138,176); }
div.DivClassName
{
background-color: #DF8AB0;
}
.BgClassName
{
background-color: #DF8AB0;
}
</style>
border-color css
<style>
span { border-color: #DF8AB0; }
span { border-color: rgb(223,138,176); }
td.TdClassName
{
border-color: #DF8AB0;
}
.TagClassName
{
border-color: #DF8AB0;
}
</style>