Shades of Kobi #DE80B1
Tints of Kobi #DE80B1
RGB
CMYK
RGB Variations
Color information
#DE80B1 (or 0xDE80B1) is known color: Kobi. HEX triplet: DE, 80 and B1. RGB value is (222,128,177). Sum of RGB (Red+Green+Blue) = 222+128+177=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE80B1 is #217F4E. Grayscale: #A1A1A1. Windows color (decimal): -2195279 or 11632862. OLE color: 11632862.
HSL color Cylindrical-coordinate representation of color #DE80B1: hue angle of 328.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80B1 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 177 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.13 |
| HSL | 328.72º | 0.59% | 0.69% | - |
| HSV(B) | 328.72º | 0.42% | 0.87% | - |
| XYZ | 45.78 | 34.14 | 45.77 | - |
| YUV | 161.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 177 | 0 | 0.42 | 0.20 | 0.13 | 328.72 | 0.59 | 0.69 |
| Hex | DE | 80 | B1 | 0 | 2A | 14 | D | 149 | 3B | 45 |
| Octal | 336 | 200 | 261 | 0 | 52 | 24 | 15 | 511 | 73 | 105 |
| Binary | 11011110 | 10000000 | 10110001 | 0 | 101010 | 10100 | 1101 | 101001001 | 111011 | 1000101 |
Color Harmonies of #DE80B1
Complementary color
Monochromatic Colors of #DE80B1
Black with #DE80B1
Text Example
Text Example
White with #DE80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80B1; }
p { color: rgb(222,128,177); }
H1.HeaderClassName
{
color: #DE80B1;
}
.AnyTagClassName
{
color: #DE80B1;
}
</style>
background-color css
<style>
a { background-color: #DE80B1; }
a { background-color: rgb(222,128,177); }
div.DivClassName
{
background-color: #DE80B1;
}
.BgClassName
{
background-color: #DE80B1;
}
</style>
border-color css
<style>
span { border-color: #DE80B1; }
span { border-color: rgb(222,128,177); }
td.TdClassName
{
border-color: #DE80B1;
}
.TagClassName
{
border-color: #DE80B1;
}
</style>