Shades of Carissma #DD8386
Tints of Carissma #DD8386
RGB
CMYK
RGB Variations
Color information
#DD8386 (or 0xDD8386) is known color: Carissma. HEX triplet: DD, 83 and 86. RGB value is (221,131,134). Sum of RGB (Red+Green+Blue) = 221+131+134=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8386 is #227C79. Grayscale: #9E9E9E. Windows color (decimal): -2260090 or 8815581. OLE color: 8815581.
HSL color Cylindrical-coordinate representation of color #DD8386: hue angle of 358º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8386 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 134 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.13 |
| HSL | 358º | 0.57% | 0.69% | - |
| HSV(B) | 358º | 0.41% | 0.87% | - |
| XYZ | 42.24 | 33.33 | 26.76 | - |
| YUV | 158.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 134 | 0 | 0.41 | 0.39 | 0.13 | 358 | 0.57 | 0.69 |
| Hex | DD | 83 | 86 | 0 | 29 | 27 | D | 166 | 39 | 45 |
| Octal | 335 | 203 | 206 | 0 | 51 | 47 | 15 | 546 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10000110 | 0 | 101001 | 100111 | 1101 | 101100110 | 111001 | 1000101 |
Color Harmonies of #DD8386
Complementary color
Monochromatic Colors of #DD8386
Black with #DD8386
Text Example
Text Example
White with #DD8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8386; }
p { color: rgb(221,131,134); }
H1.HeaderClassName
{
color: #DD8386;
}
.AnyTagClassName
{
color: #DD8386;
}
</style>
background-color css
<style>
a { background-color: #DD8386; }
a { background-color: rgb(221,131,134); }
div.DivClassName
{
background-color: #DD8386;
}
.BgClassName
{
background-color: #DD8386;
}
</style>
border-color css
<style>
span { border-color: #DD8386; }
span { border-color: rgb(221,131,134); }
td.TdClassName
{
border-color: #DD8386;
}
.TagClassName
{
border-color: #DD8386;
}
</style>