Shades of Kobi #DE83A5
Tints of Kobi #DE83A5
RGB
CMYK
RGB Variations
Color information
#DE83A5 (or 0xDE83A5) is known color: Kobi. HEX triplet: DE, 83 and A5. RGB value is (222,131,165). Sum of RGB (Red+Green+Blue) = 222+131+165=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE83A5 is #217C5A. Grayscale: #A2A2A2. Windows color (decimal): -2194523 or 10847198. OLE color: 10847198.
HSL color Cylindrical-coordinate representation of color #DE83A5: hue angle of 337.58º degrees, saturation: 0.58, 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 #DE83A5 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 165 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.13 |
| HSL | 337.58º | 0.58% | 0.69% | - |
| HSV(B) | 337.58º | 0.41% | 0.87% | - |
| XYZ | 45.03 | 34.48 | 39.88 | - |
| YUV | 162.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 165 | 0 | 0.41 | 0.26 | 0.13 | 337.58 | 0.58 | 0.69 |
| Hex | DE | 83 | A5 | 0 | 29 | 1A | D | 152 | 3A | 45 |
| Octal | 336 | 203 | 245 | 0 | 51 | 32 | 15 | 522 | 72 | 105 |
| Binary | 11011110 | 10000011 | 10100101 | 0 | 101001 | 11010 | 1101 | 101010010 | 111010 | 1000101 |
Color Harmonies of #DE83A5
Complementary color
Monochromatic Colors of #DE83A5
Black with #DE83A5
Text Example
Text Example
White with #DE83A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE83A5; }
p { color: rgb(222,131,165); }
H1.HeaderClassName
{
color: #DE83A5;
}
.AnyTagClassName
{
color: #DE83A5;
}
</style>
background-color css
<style>
a { background-color: #DE83A5; }
a { background-color: rgb(222,131,165); }
div.DivClassName
{
background-color: #DE83A5;
}
.BgClassName
{
background-color: #DE83A5;
}
</style>
border-color css
<style>
span { border-color: #DE83A5; }
span { border-color: rgb(222,131,165); }
td.TdClassName
{
border-color: #DE83A5;
}
.TagClassName
{
border-color: #DE83A5;
}
</style>