Shades of Kobi #DF83A5
Tints of Kobi #DF83A5
RGB
CMYK
RGB Variations
Color information
#DF83A5 (or 0xDF83A5) is known color: Kobi. HEX triplet: DF, 83 and A5. RGB value is (223,131,165). Sum of RGB (Red+Green+Blue) = 223+131+165=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A5 is #207C5A. Grayscale: #A2A2A2. Windows color (decimal): -2128987 or 10847199. OLE color: 10847199.
HSL color Cylindrical-coordinate representation of color #DF83A5: hue angle of 337.83º 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 #DF83A5 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 165 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.13 |
| HSL | 337.83º | 0.59% | 0.69% | - |
| HSV(B) | 337.83º | 0.41% | 0.87% | - |
| XYZ | 45.34 | 34.64 | 39.89 | - |
| YUV | 162.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 165 | 0 | 0.41 | 0.26 | 0.13 | 337.83 | 0.59 | 0.69 |
| Hex | DF | 83 | A5 | 0 | 29 | 1A | D | 152 | 3B | 45 |
| Octal | 337 | 203 | 245 | 0 | 51 | 32 | 15 | 522 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10100101 | 0 | 101001 | 11010 | 1101 | 101010010 | 111011 | 1000101 |
Color Harmonies of #DF83A5
Complementary color
Monochromatic Colors of #DF83A5
Black with #DF83A5
Text Example
Text Example
White with #DF83A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83A5; }
p { color: rgb(223,131,165); }
H1.HeaderClassName
{
color: #DF83A5;
}
.AnyTagClassName
{
color: #DF83A5;
}
</style>
background-color css
<style>
a { background-color: #DF83A5; }
a { background-color: rgb(223,131,165); }
div.DivClassName
{
background-color: #DF83A5;
}
.BgClassName
{
background-color: #DF83A5;
}
</style>
border-color css
<style>
span { border-color: #DF83A5; }
span { border-color: rgb(223,131,165); }
td.TdClassName
{
border-color: #DF83A5;
}
.TagClassName
{
border-color: #DF83A5;
}
</style>