Shades of Carissma #DD888B
Tints of Carissma #DD888B
RGB
CMYK
RGB Variations
Color information
#DD888B (or 0xDD888B) is known color: Carissma. HEX triplet: DD, 88 and 8B. RGB value is (221,136,139). Sum of RGB (Red+Green+Blue) = 221+136+139=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD888B is #227774. Grayscale: #A1A1A1. Windows color (decimal): -2258805 or 9144541. OLE color: 9144541.
HSL color Cylindrical-coordinate representation of color #DD888B: hue angle of 357.88º degrees, saturation: 0.56, 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 #DD888B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 139 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.13 |
| HSL | 357.88º | 0.56% | 0.7% | - |
| HSV(B) | 357.88º | 0.38% | 0.87% | - |
| XYZ | 43.28 | 34.84 | 28.87 | - |
| YUV | 161.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 139 | 0 | 0.38 | 0.37 | 0.13 | 357.88 | 0.56 | 0.7 |
| Hex | DD | 88 | 8B | 0 | 26 | 25 | D | 166 | 38 | 46 |
| Octal | 335 | 210 | 213 | 0 | 46 | 45 | 15 | 546 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10001011 | 0 | 100110 | 100101 | 1101 | 101100110 | 111000 | 1000110 |
Color Harmonies of #DD888B
Complementary color
Monochromatic Colors of #DD888B
Black with #DD888B
Text Example
Text Example
White with #DD888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD888B; }
p { color: rgb(221,136,139); }
H1.HeaderClassName
{
color: #DD888B;
}
.AnyTagClassName
{
color: #DD888B;
}
</style>
background-color css
<style>
a { background-color: #DD888B; }
a { background-color: rgb(221,136,139); }
div.DivClassName
{
background-color: #DD888B;
}
.BgClassName
{
background-color: #DD888B;
}
</style>
border-color css
<style>
span { border-color: #DD888B; }
span { border-color: rgb(221,136,139); }
td.TdClassName
{
border-color: #DD888B;
}
.TagClassName
{
border-color: #DD888B;
}
</style>