Shades of Kobi #DF83A3
Tints of Kobi #DF83A3
RGB
CMYK
RGB Variations
Color information
#DF83A3 (or 0xDF83A3) is known color: Kobi. HEX triplet: DF, 83 and A3. RGB value is (223,131,163). Sum of RGB (Red+Green+Blue) = 223+131+163=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A3 is #207C5C. Grayscale: #A2A2A2. Windows color (decimal): -2128989 or 10716127. OLE color: 10716127.
HSL color Cylindrical-coordinate representation of color #DF83A3: hue angle of 339.13º 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 #DF83A3 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 163 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.13 |
| HSL | 339.13º | 0.59% | 0.69% | - |
| HSV(B) | 339.13º | 0.41% | 0.87% | - |
| XYZ | 45.16 | 34.56 | 38.94 | - |
| YUV | 162.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 163 | 0 | 0.41 | 0.27 | 0.13 | 339.13 | 0.59 | 0.69 |
| Hex | DF | 83 | A3 | 0 | 29 | 1B | D | 153 | 3B | 45 |
| Octal | 337 | 203 | 243 | 0 | 51 | 33 | 15 | 523 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10100011 | 0 | 101001 | 11011 | 1101 | 101010011 | 111011 | 1000101 |
Color Harmonies of #DF83A3
Complementary color
Monochromatic Colors of #DF83A3
Black with #DF83A3
Text Example
Text Example
White with #DF83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83A3; }
p { color: rgb(223,131,163); }
H1.HeaderClassName
{
color: #DF83A3;
}
.AnyTagClassName
{
color: #DF83A3;
}
</style>
background-color css
<style>
a { background-color: #DF83A3; }
a { background-color: rgb(223,131,163); }
div.DivClassName
{
background-color: #DF83A3;
}
.BgClassName
{
background-color: #DF83A3;
}
</style>
border-color css
<style>
span { border-color: #DF83A3; }
span { border-color: rgb(223,131,163); }
td.TdClassName
{
border-color: #DF83A3;
}
.TagClassName
{
border-color: #DF83A3;
}
</style>