Shades of Kobi #DE82A4
Tints of Kobi #DE82A4
RGB
CMYK
RGB Variations
Color information
#DE82A4 (or 0xDE82A4) is known color: Kobi. HEX triplet: DE, 82 and A4. RGB value is (222,130,164). Sum of RGB (Red+Green+Blue) = 222+130+164=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A4 is #217D5B. Grayscale: #A1A1A1. Windows color (decimal): -2194780 or 10781406. OLE color: 10781406.
HSL color Cylindrical-coordinate representation of color #DE82A4: hue angle of 337.83º 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 #DE82A4 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 164 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.13 |
| HSL | 337.83º | 0.58% | 0.69% | - |
| HSV(B) | 337.83º | 0.41% | 0.87% | - |
| XYZ | 44.81 | 34.18 | 39.36 | - |
| YUV | 161.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 164 | 0 | 0.41 | 0.26 | 0.13 | 337.83 | 0.58 | 0.69 |
| Hex | DE | 82 | A4 | 0 | 29 | 1A | D | 152 | 3A | 45 |
| Octal | 336 | 202 | 244 | 0 | 51 | 32 | 15 | 522 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10100100 | 0 | 101001 | 11010 | 1101 | 101010010 | 111010 | 1000101 |
Color Harmonies of #DE82A4
Complementary color
Monochromatic Colors of #DE82A4
Black with #DE82A4
Text Example
Text Example
White with #DE82A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82A4; }
p { color: rgb(222,130,164); }
H1.HeaderClassName
{
color: #DE82A4;
}
.AnyTagClassName
{
color: #DE82A4;
}
</style>
background-color css
<style>
a { background-color: #DE82A4; }
a { background-color: rgb(222,130,164); }
div.DivClassName
{
background-color: #DE82A4;
}
.BgClassName
{
background-color: #DE82A4;
}
</style>
border-color css
<style>
span { border-color: #DE82A4; }
span { border-color: rgb(222,130,164); }
td.TdClassName
{
border-color: #DE82A4;
}
.TagClassName
{
border-color: #DE82A4;
}
</style>