Shades of Kobi #DE82B1
Tints of Kobi #DE82B1
RGB
CMYK
RGB Variations
Color information
#DE82B1 (or 0xDE82B1) is known color: Kobi. HEX triplet: DE, 82 and B1. RGB value is (222,130,177). Sum of RGB (Red+Green+Blue) = 222+130+177=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82B1 is #217D4E. Grayscale: #A2A2A2. Windows color (decimal): -2194767 or 11633374. OLE color: 11633374.
HSL color Cylindrical-coordinate representation of color #DE82B1: hue angle of 329.35º 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 #DE82B1 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 177 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.13 |
| HSL | 329.35º | 0.58% | 0.69% | - |
| HSV(B) | 329.35º | 0.41% | 0.87% | - |
| XYZ | 46.04 | 34.67 | 45.86 | - |
| YUV | 162.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 177 | 0 | 0.41 | 0.20 | 0.13 | 329.35 | 0.58 | 0.69 |
| Hex | DE | 82 | B1 | 0 | 29 | 14 | D | 149 | 3A | 45 |
| Octal | 336 | 202 | 261 | 0 | 51 | 24 | 15 | 511 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10110001 | 0 | 101001 | 10100 | 1101 | 101001001 | 111010 | 1000101 |
Color Harmonies of #DE82B1
Complementary color
Monochromatic Colors of #DE82B1
Black with #DE82B1
Text Example
Text Example
White with #DE82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82B1; }
p { color: rgb(222,130,177); }
H1.HeaderClassName
{
color: #DE82B1;
}
.AnyTagClassName
{
color: #DE82B1;
}
</style>
background-color css
<style>
a { background-color: #DE82B1; }
a { background-color: rgb(222,130,177); }
div.DivClassName
{
background-color: #DE82B1;
}
.BgClassName
{
background-color: #DE82B1;
}
</style>
border-color css
<style>
span { border-color: #DE82B1; }
span { border-color: rgb(222,130,177); }
td.TdClassName
{
border-color: #DE82B1;
}
.TagClassName
{
border-color: #DE82B1;
}
</style>