Shades of Kobi #DF83AB
Tints of Kobi #DF83AB
RGB
CMYK
RGB Variations
Color information
#DF83AB (or 0xDF83AB) is known color: Kobi. HEX triplet: DF, 83 and AB. RGB value is (223,131,171). Sum of RGB (Red+Green+Blue) = 223+131+171=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83AB is #207C54. Grayscale: #A3A3A3. Windows color (decimal): -2128981 or 11240415. OLE color: 11240415.
HSL color Cylindrical-coordinate representation of color #DF83AB: hue angle of 333.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83AB is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 171 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.13 |
| HSL | 333.91º | 0.59% | 0.69% | - |
| HSV(B) | 333.91º | 0.41% | 0.87% | - |
| XYZ | 45.9 | 34.86 | 42.84 | - |
| YUV | 163.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 171 | 0 | 0.41 | 0.23 | 0.13 | 333.91 | 0.59 | 0.69 |
| Hex | DF | 83 | AB | 0 | 29 | 17 | D | 14E | 3B | 45 |
| Octal | 337 | 203 | 253 | 0 | 51 | 27 | 15 | 516 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10101011 | 0 | 101001 | 10111 | 1101 | 101001110 | 111011 | 1000101 |
Color Harmonies of #DF83AB
Complementary color
Monochromatic Colors of #DF83AB
Black with #DF83AB
Text Example
Text Example
White with #DF83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83AB; }
p { color: rgb(223,131,171); }
H1.HeaderClassName
{
color: #DF83AB;
}
.AnyTagClassName
{
color: #DF83AB;
}
</style>
background-color css
<style>
a { background-color: #DF83AB; }
a { background-color: rgb(223,131,171); }
div.DivClassName
{
background-color: #DF83AB;
}
.BgClassName
{
background-color: #DF83AB;
}
</style>
border-color css
<style>
span { border-color: #DF83AB; }
span { border-color: rgb(223,131,171); }
td.TdClassName
{
border-color: #DF83AB;
}
.TagClassName
{
border-color: #DF83AB;
}
</style>