Shades of Carissma #DD8286
Tints of Carissma #DD8286
RGB
CMYK
RGB Variations
Color information
#DD8286 (or 0xDD8286) is known color: Carissma. HEX triplet: DD, 82 and 86. RGB value is (221,130,134). Sum of RGB (Red+Green+Blue) = 221+130+134=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8286 is #227D79. Grayscale: #9D9D9D. Windows color (decimal): -2260346 or 8815325. OLE color: 8815325.
HSL color Cylindrical-coordinate representation of color #DD8286: hue angle of 357.36º 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 #DD8286 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 134 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.13 |
| HSL | 357.36º | 0.57% | 0.69% | - |
| HSV(B) | 357.36º | 0.41% | 0.87% | - |
| XYZ | 42.1 | 33.06 | 26.72 | - |
| YUV | 157.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 134 | 0 | 0.41 | 0.39 | 0.13 | 357.36 | 0.57 | 0.69 |
| Hex | DD | 82 | 86 | 0 | 29 | 27 | D | 165 | 39 | 45 |
| Octal | 335 | 202 | 206 | 0 | 51 | 47 | 15 | 545 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10000110 | 0 | 101001 | 100111 | 1101 | 101100101 | 111001 | 1000101 |
Color Harmonies of #DD8286
Complementary color
Monochromatic Colors of #DD8286
Black with #DD8286
Text Example
Text Example
White with #DD8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8286; }
p { color: rgb(221,130,134); }
H1.HeaderClassName
{
color: #DD8286;
}
.AnyTagClassName
{
color: #DD8286;
}
</style>
background-color css
<style>
a { background-color: #DD8286; }
a { background-color: rgb(221,130,134); }
div.DivClassName
{
background-color: #DD8286;
}
.BgClassName
{
background-color: #DD8286;
}
</style>
border-color css
<style>
span { border-color: #DD8286; }
span { border-color: rgb(221,130,134); }
td.TdClassName
{
border-color: #DD8286;
}
.TagClassName
{
border-color: #DD8286;
}
</style>