Shades of Carissma #DD8486
Tints of Carissma #DD8486
RGB
CMYK
RGB Variations
Color information
#DD8486 (or 0xDD8486) is known color: Carissma. HEX triplet: DD, 84 and 86. RGB value is (221,132,134). Sum of RGB (Red+Green+Blue) = 221+132+134=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8486 is #227B79. Grayscale: #9E9E9E. Windows color (decimal): -2259834 or 8815837. OLE color: 8815837.
HSL color Cylindrical-coordinate representation of color #DD8486: hue angle of 358.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8486 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 134 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.13 |
| HSL | 358.65º | 0.57% | 0.69% | - |
| HSV(B) | 358.65º | 0.4% | 0.87% | - |
| XYZ | 42.37 | 33.6 | 26.81 | - |
| YUV | 158.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 134 | 0 | 0.40 | 0.39 | 0.13 | 358.65 | 0.57 | 0.69 |
| Hex | DD | 84 | 86 | 0 | 28 | 27 | D | 167 | 39 | 45 |
| Octal | 335 | 204 | 206 | 0 | 50 | 47 | 15 | 547 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10000110 | 0 | 101000 | 100111 | 1101 | 101100111 | 111001 | 1000101 |
Color Harmonies of #DD8486
Complementary color
Monochromatic Colors of #DD8486
Black with #DD8486
Text Example
Text Example
White with #DD8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8486; }
p { color: rgb(221,132,134); }
H1.HeaderClassName
{
color: #DD8486;
}
.AnyTagClassName
{
color: #DD8486;
}
</style>
background-color css
<style>
a { background-color: #DD8486; }
a { background-color: rgb(221,132,134); }
div.DivClassName
{
background-color: #DD8486;
}
.BgClassName
{
background-color: #DD8486;
}
</style>
border-color css
<style>
span { border-color: #DD8486; }
span { border-color: rgb(221,132,134); }
td.TdClassName
{
border-color: #DD8486;
}
.TagClassName
{
border-color: #DD8486;
}
</style>