Shades of Kobi #DF8BAD
Tints of Kobi #DF8BAD
RGB
CMYK
RGB Variations
Color information
#DF8BAD (or 0xDF8BAD) is known color: Kobi. HEX triplet: DF, 8B and AD. RGB value is (223,139,173). Sum of RGB (Red+Green+Blue) = 223+139+173=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8BAD is #207452. Grayscale: #A7A7A7. Windows color (decimal): -2126931 or 11373535. OLE color: 11373535.
HSL color Cylindrical-coordinate representation of color #DF8BAD: hue angle of 335.71º 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 #DF8BAD is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 173 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 335.71º | 0.57% | 0.71% | - |
| HSV(B) | 335.71º | 0.38% | 0.87% | - |
| XYZ | 47.21 | 37.17 | 44.22 | - |
| YUV | 167.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 173 | 0 | 0.38 | 0.22 | 0.13 | 335.71 | 0.57 | 0.71 |
| Hex | DF | 8B | AD | 0 | 26 | 16 | D | 150 | 39 | 47 |
| Octal | 337 | 213 | 255 | 0 | 46 | 26 | 15 | 520 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10101101 | 0 | 100110 | 10110 | 1101 | 101010000 | 111001 | 1000111 |
Color Harmonies of #DF8BAD
Complementary color
Monochromatic Colors of #DF8BAD
Black with #DF8BAD
Text Example
Text Example
White with #DF8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BAD; }
p { color: rgb(223,139,173); }
H1.HeaderClassName
{
color: #DF8BAD;
}
.AnyTagClassName
{
color: #DF8BAD;
}
</style>
background-color css
<style>
a { background-color: #DF8BAD; }
a { background-color: rgb(223,139,173); }
div.DivClassName
{
background-color: #DF8BAD;
}
.BgClassName
{
background-color: #DF8BAD;
}
</style>
border-color css
<style>
span { border-color: #DF8BAD; }
span { border-color: rgb(223,139,173); }
td.TdClassName
{
border-color: #DF8BAD;
}
.TagClassName
{
border-color: #DF8BAD;
}
</style>