Shades of Carissma #DD888C
Tints of Carissma #DD888C
RGB
CMYK
RGB Variations
Color information
#DD888C (or 0xDD888C) is known color: Carissma. HEX triplet: DD, 88 and 8C. RGB value is (221,136,140). Sum of RGB (Red+Green+Blue) = 221+136+140=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD888C is #227773. Grayscale: #A1A1A1. Windows color (decimal): -2258804 or 9210077. OLE color: 9210077.
HSL color Cylindrical-coordinate representation of color #DD888C: hue angle of 357.18º 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 #DD888C is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 140 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.13 |
| HSL | 357.18º | 0.56% | 0.7% | - |
| HSV(B) | 357.18º | 0.38% | 0.87% | - |
| XYZ | 43.36 | 34.87 | 29.26 | - |
| YUV | 161.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 140 | 0 | 0.38 | 0.37 | 0.13 | 357.18 | 0.56 | 0.7 |
| Hex | DD | 88 | 8C | 0 | 26 | 25 | D | 165 | 38 | 46 |
| Octal | 335 | 210 | 214 | 0 | 46 | 45 | 15 | 545 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10001100 | 0 | 100110 | 100101 | 1101 | 101100101 | 111000 | 1000110 |
Color Harmonies of #DD888C
Complementary color
Monochromatic Colors of #DD888C
Black with #DD888C
Text Example
Text Example
White with #DD888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD888C; }
p { color: rgb(221,136,140); }
H1.HeaderClassName
{
color: #DD888C;
}
.AnyTagClassName
{
color: #DD888C;
}
</style>
background-color css
<style>
a { background-color: #DD888C; }
a { background-color: rgb(221,136,140); }
div.DivClassName
{
background-color: #DD888C;
}
.BgClassName
{
background-color: #DD888C;
}
</style>
border-color css
<style>
span { border-color: #DD888C; }
span { border-color: rgb(221,136,140); }
td.TdClassName
{
border-color: #DD888C;
}
.TagClassName
{
border-color: #DD888C;
}
</style>