Shades of Kobi #DE95A5
Tints of Kobi #DE95A5
RGB
CMYK
RGB Variations
Color information
#DE95A5 (or 0xDE95A5) is known color: Kobi. HEX triplet: DE, 95 and A5. RGB value is (222,149,165). Sum of RGB (Red+Green+Blue) = 222+149+165=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE95A5 is #216A5A. Grayscale: #ACACAC. Windows color (decimal): -2189915 or 10851806. OLE color: 10851806.
HSL color Cylindrical-coordinate representation of color #DE95A5: hue angle of 346.85º 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 #DE95A5 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 165 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.13 |
| HSL | 346.85º | 0.53% | 0.73% | - |
| HSV(B) | 346.85º | 0.33% | 0.87% | - |
| XYZ | 47.66 | 39.74 | 40.76 | - |
| YUV | 172.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 165 | 0 | 0.33 | 0.26 | 0.13 | 346.85 | 0.53 | 0.73 |
| Hex | DE | 95 | A5 | 0 | 21 | 1A | D | 15B | 35 | 49 |
| Octal | 336 | 225 | 245 | 0 | 41 | 32 | 15 | 533 | 65 | 111 |
| Binary | 11011110 | 10010101 | 10100101 | 0 | 100001 | 11010 | 1101 | 101011011 | 110101 | 1001001 |
Color Harmonies of #DE95A5
Complementary color
Monochromatic Colors of #DE95A5
Black with #DE95A5
Text Example
Text Example
White with #DE95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95A5; }
p { color: rgb(222,149,165); }
H1.HeaderClassName
{
color: #DE95A5;
}
.AnyTagClassName
{
color: #DE95A5;
}
</style>
background-color css
<style>
a { background-color: #DE95A5; }
a { background-color: rgb(222,149,165); }
div.DivClassName
{
background-color: #DE95A5;
}
.BgClassName
{
background-color: #DE95A5;
}
</style>
border-color css
<style>
span { border-color: #DE95A5; }
span { border-color: rgb(222,149,165); }
td.TdClassName
{
border-color: #DE95A5;
}
.TagClassName
{
border-color: #DE95A5;
}
</style>