Shades of Kobi #DE93A8
Tints of Kobi #DE93A8
RGB
CMYK
RGB Variations
Color information
#DE93A8 (or 0xDE93A8) is known color: Kobi. HEX triplet: DE, 93 and A8. RGB value is (222,147,168). Sum of RGB (Red+Green+Blue) = 222+147+168=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE93A8 is #216C57. Grayscale: #ABABAB. Windows color (decimal): -2190424 or 11047902. OLE color: 11047902.
HSL color Cylindrical-coordinate representation of color #DE93A8: hue angle of 343.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE93A8 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 168 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.13 |
| HSL | 343.2º | 0.53% | 0.72% | - |
| HSV(B) | 343.2º | 0.34% | 0.87% | - |
| XYZ | 47.63 | 39.22 | 42.11 | - |
| YUV | 171.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 168 | 0 | 0.34 | 0.24 | 0.13 | 343.2 | 0.53 | 0.72 |
| Hex | DE | 93 | A8 | 0 | 22 | 18 | D | 157 | 35 | 48 |
| Octal | 336 | 223 | 250 | 0 | 42 | 30 | 15 | 527 | 65 | 110 |
| Binary | 11011110 | 10010011 | 10101000 | 0 | 100010 | 11000 | 1101 | 101010111 | 110101 | 1001000 |
Color Harmonies of #DE93A8
Complementary color
Monochromatic Colors of #DE93A8
Black with #DE93A8
Text Example
Text Example
White with #DE93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93A8; }
p { color: rgb(222,147,168); }
H1.HeaderClassName
{
color: #DE93A8;
}
.AnyTagClassName
{
color: #DE93A8;
}
</style>
background-color css
<style>
a { background-color: #DE93A8; }
a { background-color: rgb(222,147,168); }
div.DivClassName
{
background-color: #DE93A8;
}
.BgClassName
{
background-color: #DE93A8;
}
</style>
border-color css
<style>
span { border-color: #DE93A8; }
span { border-color: rgb(222,147,168); }
td.TdClassName
{
border-color: #DE93A8;
}
.TagClassName
{
border-color: #DE93A8;
}
</style>