Shades of Carissma #DD8086
Tints of Carissma #DD8086
RGB
CMYK
RGB Variations
Color information
#DD8086 (or 0xDD8086) is known color: Carissma. HEX triplet: DD, 80 and 86. RGB value is (221,128,134). Sum of RGB (Red+Green+Blue) = 221+128+134=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8086 is #227F79. Grayscale: #9C9C9C. Windows color (decimal): -2260858 or 8814813. OLE color: 8814813.
HSL color Cylindrical-coordinate representation of color #DD8086: hue angle of 356.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8086 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 134 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.13 |
| HSL | 356.13º | 0.58% | 0.68% | - |
| HSV(B) | 356.13º | 0.42% | 0.87% | - |
| XYZ | 41.84 | 32.53 | 26.63 | - |
| YUV | 156.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 134 | 0 | 0.42 | 0.39 | 0.13 | 356.13 | 0.58 | 0.68 |
| Hex | DD | 80 | 86 | 0 | 2A | 27 | D | 164 | 3A | 44 |
| Octal | 335 | 200 | 206 | 0 | 52 | 47 | 15 | 544 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10000110 | 0 | 101010 | 100111 | 1101 | 101100100 | 111010 | 1000100 |
Color Harmonies of #DD8086
Complementary color
Monochromatic Colors of #DD8086
Black with #DD8086
Text Example
Text Example
White with #DD8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8086; }
p { color: rgb(221,128,134); }
H1.HeaderClassName
{
color: #DD8086;
}
.AnyTagClassName
{
color: #DD8086;
}
</style>
background-color css
<style>
a { background-color: #DD8086; }
a { background-color: rgb(221,128,134); }
div.DivClassName
{
background-color: #DD8086;
}
.BgClassName
{
background-color: #DD8086;
}
</style>
border-color css
<style>
span { border-color: #DD8086; }
span { border-color: rgb(221,128,134); }
td.TdClassName
{
border-color: #DD8086;
}
.TagClassName
{
border-color: #DD8086;
}
</style>