Shades of Carissma #DD8687
Tints of Carissma #DD8687
RGB
CMYK
RGB Variations
Color information
#DD8687 (or 0xDD8687) is known color: Carissma. HEX triplet: DD, 86 and 87. RGB value is (221,134,135). Sum of RGB (Red+Green+Blue) = 221+134+135=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8687 is #227978. Grayscale: #A0A0A0. Windows color (decimal): -2259321 or 8881885. OLE color: 8881885.
HSL color Cylindrical-coordinate representation of color #DD8687: hue angle of 359.31º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8687 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 135 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.13 |
| HSL | 359.31º | 0.56% | 0.7% | - |
| HSV(B) | 359.31º | 0.39% | 0.87% | - |
| XYZ | 42.72 | 34.17 | 27.27 | - |
| YUV | 160.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 135 | 0 | 0.39 | 0.39 | 0.13 | 359.31 | 0.56 | 0.7 |
| Hex | DD | 86 | 87 | 0 | 27 | 27 | D | 167 | 38 | 46 |
| Octal | 335 | 206 | 207 | 0 | 47 | 47 | 15 | 547 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10000111 | 0 | 100111 | 100111 | 1101 | 101100111 | 111000 | 1000110 |
Color Harmonies of #DD8687
Complementary color
Monochromatic Colors of #DD8687
Black with #DD8687
Text Example
Text Example
White with #DD8687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8687; }
p { color: rgb(221,134,135); }
H1.HeaderClassName
{
color: #DD8687;
}
.AnyTagClassName
{
color: #DD8687;
}
</style>
background-color css
<style>
a { background-color: #DD8687; }
a { background-color: rgb(221,134,135); }
div.DivClassName
{
background-color: #DD8687;
}
.BgClassName
{
background-color: #DD8687;
}
</style>
border-color css
<style>
span { border-color: #DD8687; }
span { border-color: rgb(221,134,135); }
td.TdClassName
{
border-color: #DD8687;
}
.TagClassName
{
border-color: #DD8687;
}
</style>