Shades of Carissma #DD898B
Tints of Carissma #DD898B
RGB
CMYK
RGB Variations
Color information
#DD898B (or 0xDD898B) is known color: Carissma. HEX triplet: DD, 89 and 8B. RGB value is (221,137,139). Sum of RGB (Red+Green+Blue) = 221+137+139=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD898B is #227674. Grayscale: #A2A2A2. Windows color (decimal): -2258549 or 9144797. OLE color: 9144797.
HSL color Cylindrical-coordinate representation of color #DD898B: hue angle of 358.57º 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 #DD898B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 139 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.13 |
| HSL | 358.57º | 0.55% | 0.7% | - |
| HSV(B) | 358.57º | 0.38% | 0.87% | - |
| XYZ | 43.42 | 35.13 | 28.92 | - |
| YUV | 162.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 139 | 0 | 0.38 | 0.37 | 0.13 | 358.57 | 0.55 | 0.7 |
| Hex | DD | 89 | 8B | 0 | 26 | 25 | D | 167 | 37 | 46 |
| Octal | 335 | 211 | 213 | 0 | 46 | 45 | 15 | 547 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10001011 | 0 | 100110 | 100101 | 1101 | 101100111 | 110111 | 1000110 |
Color Harmonies of #DD898B
Complementary color
Monochromatic Colors of #DD898B
Black with #DD898B
Text Example
Text Example
White with #DD898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD898B; }
p { color: rgb(221,137,139); }
H1.HeaderClassName
{
color: #DD898B;
}
.AnyTagClassName
{
color: #DD898B;
}
</style>
background-color css
<style>
a { background-color: #DD898B; }
a { background-color: rgb(221,137,139); }
div.DivClassName
{
background-color: #DD898B;
}
.BgClassName
{
background-color: #DD898B;
}
</style>
border-color css
<style>
span { border-color: #DD898B; }
span { border-color: rgb(221,137,139); }
td.TdClassName
{
border-color: #DD898B;
}
.TagClassName
{
border-color: #DD898B;
}
</style>