Shades of Kobi #DE84AD
Tints of Kobi #DE84AD
RGB
CMYK
RGB Variations
Color information
#DE84AD (or 0xDE84AD) is known color: Kobi. HEX triplet: DE, 84 and AD. RGB value is (222,132,173). Sum of RGB (Red+Green+Blue) = 222+132+173=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE84AD is #217B52. Grayscale: #A3A3A3. Windows color (decimal): -2194259 or 11371742. OLE color: 11371742.
HSL color Cylindrical-coordinate representation of color #DE84AD: hue angle of 332.67º 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 #DE84AD is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 173 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.13 |
| HSL | 332.67º | 0.58% | 0.69% | - |
| HSV(B) | 332.67º | 0.41% | 0.87% | - |
| XYZ | 45.92 | 35.05 | 43.88 | - |
| YUV | 163.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 173 | 0 | 0.41 | 0.22 | 0.13 | 332.67 | 0.58 | 0.69 |
| Hex | DE | 84 | AD | 0 | 29 | 16 | D | 14D | 3A | 45 |
| Octal | 336 | 204 | 255 | 0 | 51 | 26 | 15 | 515 | 72 | 105 |
| Binary | 11011110 | 10000100 | 10101101 | 0 | 101001 | 10110 | 1101 | 101001101 | 111010 | 1000101 |
Color Harmonies of #DE84AD
Complementary color
Monochromatic Colors of #DE84AD
Black with #DE84AD
Text Example
Text Example
White with #DE84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84AD; }
p { color: rgb(222,132,173); }
H1.HeaderClassName
{
color: #DE84AD;
}
.AnyTagClassName
{
color: #DE84AD;
}
</style>
background-color css
<style>
a { background-color: #DE84AD; }
a { background-color: rgb(222,132,173); }
div.DivClassName
{
background-color: #DE84AD;
}
.BgClassName
{
background-color: #DE84AD;
}
</style>
border-color css
<style>
span { border-color: #DE84AD; }
span { border-color: rgb(222,132,173); }
td.TdClassName
{
border-color: #DE84AD;
}
.TagClassName
{
border-color: #DE84AD;
}
</style>