Shades of Kobi #DE94A5
Tints of Kobi #DE94A5
RGB
CMYK
RGB Variations
Color information
#DE94A5 (or 0xDE94A5) is known color: Kobi. HEX triplet: DE, 94 and A5. RGB value is (222,148,165). Sum of RGB (Red+Green+Blue) = 222+148+165=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE94A5 is #216B5A. Grayscale: #ACACAC. Windows color (decimal): -2190171 or 10851550. OLE color: 10851550.
HSL color Cylindrical-coordinate representation of color #DE94A5: hue angle of 346.22º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE94A5 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 165 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.13 |
| HSL | 346.22º | 0.53% | 0.73% | - |
| HSV(B) | 346.22º | 0.33% | 0.87% | - |
| XYZ | 47.51 | 39.43 | 40.7 | - |
| YUV | 172.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 165 | 0 | 0.33 | 0.26 | 0.13 | 346.22 | 0.53 | 0.73 |
| Hex | DE | 94 | A5 | 0 | 21 | 1A | D | 15A | 35 | 49 |
| Octal | 336 | 224 | 245 | 0 | 41 | 32 | 15 | 532 | 65 | 111 |
| Binary | 11011110 | 10010100 | 10100101 | 0 | 100001 | 11010 | 1101 | 101011010 | 110101 | 1001001 |
Color Harmonies of #DE94A5
Complementary color
Monochromatic Colors of #DE94A5
Black with #DE94A5
Text Example
Text Example
White with #DE94A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94A5; }
p { color: rgb(222,148,165); }
H1.HeaderClassName
{
color: #DE94A5;
}
.AnyTagClassName
{
color: #DE94A5;
}
</style>
background-color css
<style>
a { background-color: #DE94A5; }
a { background-color: rgb(222,148,165); }
div.DivClassName
{
background-color: #DE94A5;
}
.BgClassName
{
background-color: #DE94A5;
}
</style>
border-color css
<style>
span { border-color: #DE94A5; }
span { border-color: rgb(222,148,165); }
td.TdClassName
{
border-color: #DE94A5;
}
.TagClassName
{
border-color: #DE94A5;
}
</style>