Shades of Carissma #DD8B8C
Tints of Carissma #DD8B8C
RGB
CMYK
RGB Variations
Color information
#DD8B8C (or 0xDD8B8C) is known color: Carissma. HEX triplet: DD, 8B and 8C. RGB value is (221,139,140). Sum of RGB (Red+Green+Blue) = 221+139+140=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B8C is #227473. Grayscale: #A3A3A3. Windows color (decimal): -2258036 or 9210845. OLE color: 9210845.
HSL color Cylindrical-coordinate representation of color #DD8B8C: hue angle of 359.27º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8B8C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 140 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.13 |
| HSL | 359.27º | 0.55% | 0.71% | - |
| HSV(B) | 359.27º | 0.37% | 0.87% | - |
| XYZ | 43.79 | 35.73 | 29.4 | - |
| YUV | 163.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 140 | 0 | 0.37 | 0.37 | 0.13 | 359.27 | 0.55 | 0.71 |
| Hex | DD | 8B | 8C | 0 | 25 | 25 | D | 167 | 37 | 47 |
| Octal | 335 | 213 | 214 | 0 | 45 | 45 | 15 | 547 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10001100 | 0 | 100101 | 100101 | 1101 | 101100111 | 110111 | 1000111 |
Color Harmonies of #DD8B8C
Complementary color
Monochromatic Colors of #DD8B8C
Black with #DD8B8C
Text Example
Text Example
White with #DD8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B8C; }
p { color: rgb(221,139,140); }
H1.HeaderClassName
{
color: #DD8B8C;
}
.AnyTagClassName
{
color: #DD8B8C;
}
</style>
background-color css
<style>
a { background-color: #DD8B8C; }
a { background-color: rgb(221,139,140); }
div.DivClassName
{
background-color: #DD8B8C;
}
.BgClassName
{
background-color: #DD8B8C;
}
</style>
border-color css
<style>
span { border-color: #DD8B8C; }
span { border-color: rgb(221,139,140); }
td.TdClassName
{
border-color: #DD8B8C;
}
.TagClassName
{
border-color: #DD8B8C;
}
</style>