Shades of Carissma #DE889A
Tints of Carissma #DE889A
RGB
CMYK
RGB Variations
Color information
#DE889A (or 0xDE889A) is known color: Carissma. HEX triplet: DE, 88 and 9A. RGB value is (222,136,154). Sum of RGB (Red+Green+Blue) = 222+136+154=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE889A is #217765. Grayscale: #A3A3A3. Windows color (decimal): -2193254 or 10127582. OLE color: 10127582.
HSL color Cylindrical-coordinate representation of color #DE889A: hue angle of 347.44º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE889A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 154 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.13 |
| HSL | 347.44º | 0.57% | 0.7% | - |
| HSV(B) | 347.44º | 0.39% | 0.87% | - |
| XYZ | 44.76 | 35.47 | 35.06 | - |
| YUV | 163.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 154 | 0 | 0.39 | 0.31 | 0.13 | 347.44 | 0.57 | 0.7 |
| Hex | DE | 88 | 9A | 0 | 27 | 1F | D | 15B | 39 | 46 |
| Octal | 336 | 210 | 232 | 0 | 47 | 37 | 15 | 533 | 71 | 106 |
| Binary | 11011110 | 10001000 | 10011010 | 0 | 100111 | 11111 | 1101 | 101011011 | 111001 | 1000110 |
Color Harmonies of #DE889A
Complementary color
Monochromatic Colors of #DE889A
Black with #DE889A
Text Example
Text Example
White with #DE889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE889A; }
p { color: rgb(222,136,154); }
H1.HeaderClassName
{
color: #DE889A;
}
.AnyTagClassName
{
color: #DE889A;
}
</style>
background-color css
<style>
a { background-color: #DE889A; }
a { background-color: rgb(222,136,154); }
div.DivClassName
{
background-color: #DE889A;
}
.BgClassName
{
background-color: #DE889A;
}
</style>
border-color css
<style>
span { border-color: #DE889A; }
span { border-color: rgb(222,136,154); }
td.TdClassName
{
border-color: #DE889A;
}
.TagClassName
{
border-color: #DE889A;
}
</style>