Shades of Kobi #DF8BAF
Tints of Kobi #DF8BAF
RGB
CMYK
RGB Variations
Color information
#DF8BAF (or 0xDF8BAF) is known color: Kobi. HEX triplet: DF, 8B and AF. RGB value is (223,139,175). Sum of RGB (Red+Green+Blue) = 223+139+175=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8BAF is #207450. Grayscale: #A8A8A8. Windows color (decimal): -2126929 or 11504607. OLE color: 11504607.
HSL color Cylindrical-coordinate representation of color #DF8BAF: hue angle of 334.29º 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 #DF8BAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 334.29º | 0.57% | 0.71% | - |
| HSV(B) | 334.29º | 0.38% | 0.87% | - |
| XYZ | 47.4 | 37.25 | 45.25 | - |
| YUV | 168.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 175 | 0 | 0.38 | 0.22 | 0.13 | 334.29 | 0.57 | 0.71 |
| Hex | DF | 8B | AF | 0 | 26 | 16 | D | 14E | 39 | 47 |
| Octal | 337 | 213 | 257 | 0 | 46 | 26 | 15 | 516 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10101111 | 0 | 100110 | 10110 | 1101 | 101001110 | 111001 | 1000111 |
Color Harmonies of #DF8BAF
Complementary color
Monochromatic Colors of #DF8BAF
Black with #DF8BAF
Text Example
Text Example
White with #DF8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BAF; }
p { color: rgb(223,139,175); }
H1.HeaderClassName
{
color: #DF8BAF;
}
.AnyTagClassName
{
color: #DF8BAF;
}
</style>
background-color css
<style>
a { background-color: #DF8BAF; }
a { background-color: rgb(223,139,175); }
div.DivClassName
{
background-color: #DF8BAF;
}
.BgClassName
{
background-color: #DF8BAF;
}
</style>
border-color css
<style>
span { border-color: #DF8BAF; }
span { border-color: rgb(223,139,175); }
td.TdClassName
{
border-color: #DF8BAF;
}
.TagClassName
{
border-color: #DF8BAF;
}
</style>