Shades of Carissma #DD898C
Tints of Carissma #DD898C
RGB
CMYK
RGB Variations
Color information
#DD898C (or 0xDD898C) is known color: Carissma. HEX triplet: DD, 89 and 8C. RGB value is (221,137,140). Sum of RGB (Red+Green+Blue) = 221+137+140=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD898C is #227673. Grayscale: #A2A2A2. Windows color (decimal): -2258548 or 9210333. OLE color: 9210333.
HSL color Cylindrical-coordinate representation of color #DD898C: hue angle of 357.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD898C is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 140 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.13 |
| HSL | 357.86º | 0.55% | 0.7% | - |
| HSV(B) | 357.86º | 0.38% | 0.87% | - |
| XYZ | 43.5 | 35.16 | 29.3 | - |
| YUV | 162.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 140 | 0 | 0.38 | 0.37 | 0.13 | 357.86 | 0.55 | 0.7 |
| Hex | DD | 89 | 8C | 0 | 26 | 25 | D | 166 | 37 | 46 |
| Octal | 335 | 211 | 214 | 0 | 46 | 45 | 15 | 546 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10001100 | 0 | 100110 | 100101 | 1101 | 101100110 | 110111 | 1000110 |
Color Harmonies of #DD898C
Complementary color
Monochromatic Colors of #DD898C
Black with #DD898C
Text Example
Text Example
White with #DD898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD898C; }
p { color: rgb(221,137,140); }
H1.HeaderClassName
{
color: #DD898C;
}
.AnyTagClassName
{
color: #DD898C;
}
</style>
background-color css
<style>
a { background-color: #DD898C; }
a { background-color: rgb(221,137,140); }
div.DivClassName
{
background-color: #DD898C;
}
.BgClassName
{
background-color: #DD898C;
}
</style>
border-color css
<style>
span { border-color: #DD898C; }
span { border-color: rgb(221,137,140); }
td.TdClassName
{
border-color: #DD898C;
}
.TagClassName
{
border-color: #DD898C;
}
</style>