Shades of Kobi #DE7FB0
Tints of Kobi #DE7FB0
RGB
CMYK
RGB Variations
Color information
#DE7FB0 (or 0xDE7FB0) is known color: Kobi. HEX triplet: DE, 7F and B0. RGB value is (222,127,176). Sum of RGB (Red+Green+Blue) = 222+127+176=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7FB0 is #21804F. Grayscale: #A0A0A0. Windows color (decimal): -2195536 or 11567070. OLE color: 11567070.
HSL color Cylindrical-coordinate representation of color #DE7FB0: hue angle of 329.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FB0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 176 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.13 |
| HSL | 329.05º | 0.59% | 0.68% | - |
| HSV(B) | 329.05º | 0.43% | 0.87% | - |
| XYZ | 45.55 | 33.84 | 45.21 | - |
| YUV | 160.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 176 | 0 | 0.43 | 0.21 | 0.13 | 329.05 | 0.59 | 0.68 |
| Hex | DE | 7F | B0 | 0 | 2B | 15 | D | 149 | 3B | 44 |
| Octal | 336 | 177 | 260 | 0 | 53 | 25 | 15 | 511 | 73 | 104 |
| Binary | 11011110 | 1111111 | 10110000 | 0 | 101011 | 10101 | 1101 | 101001001 | 111011 | 1000100 |
Color Harmonies of #DE7FB0
Complementary color
Monochromatic Colors of #DE7FB0
Black with #DE7FB0
Text Example
Text Example
White with #DE7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FB0; }
p { color: rgb(222,127,176); }
H1.HeaderClassName
{
color: #DE7FB0;
}
.AnyTagClassName
{
color: #DE7FB0;
}
</style>
background-color css
<style>
a { background-color: #DE7FB0; }
a { background-color: rgb(222,127,176); }
div.DivClassName
{
background-color: #DE7FB0;
}
.BgClassName
{
background-color: #DE7FB0;
}
</style>
border-color css
<style>
span { border-color: #DE7FB0; }
span { border-color: rgb(222,127,176); }
td.TdClassName
{
border-color: #DE7FB0;
}
.TagClassName
{
border-color: #DE7FB0;
}
</style>