Shades of Kobi #DE91B3
Tints of Kobi #DE91B3
RGB
CMYK
RGB Variations
Color information
#DE91B3 (or 0xDE91B3) is known color: Kobi. HEX triplet: DE, 91 and B3. RGB value is (222,145,179). Sum of RGB (Red+Green+Blue) = 222+145+179=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91B3 is #216E4C. Grayscale: #ABABAB. Windows color (decimal): -2190925 or 11768286. OLE color: 11768286.
HSL color Cylindrical-coordinate representation of color #DE91B3: hue angle of 333.51º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE91B3 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 179 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.13 |
| HSL | 333.51º | 0.54% | 0.72% | - |
| HSV(B) | 333.51º | 0.35% | 0.87% | - |
| XYZ | 48.39 | 39.04 | 47.63 | - |
| YUV | 171.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 179 | 0 | 0.35 | 0.19 | 0.13 | 333.51 | 0.54 | 0.72 |
| Hex | DE | 91 | B3 | 0 | 23 | 13 | D | 14E | 36 | 48 |
| Octal | 336 | 221 | 263 | 0 | 43 | 23 | 15 | 516 | 66 | 110 |
| Binary | 11011110 | 10010001 | 10110011 | 0 | 100011 | 10011 | 1101 | 101001110 | 110110 | 1001000 |
Color Harmonies of #DE91B3
Complementary color
Monochromatic Colors of #DE91B3
Black with #DE91B3
Text Example
Text Example
White with #DE91B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE91B3; }
p { color: rgb(222,145,179); }
H1.HeaderClassName
{
color: #DE91B3;
}
.AnyTagClassName
{
color: #DE91B3;
}
</style>
background-color css
<style>
a { background-color: #DE91B3; }
a { background-color: rgb(222,145,179); }
div.DivClassName
{
background-color: #DE91B3;
}
.BgClassName
{
background-color: #DE91B3;
}
</style>
border-color css
<style>
span { border-color: #DE91B3; }
span { border-color: rgb(222,145,179); }
td.TdClassName
{
border-color: #DE91B3;
}
.TagClassName
{
border-color: #DE91B3;
}
</style>