Shades of Carissma #DD8495
Tints of Carissma #DD8495
RGB
CMYK
RGB Variations
Color information
#DD8495 (or 0xDD8495) is known color: Carissma. HEX triplet: DD, 84 and 95. RGB value is (221,132,149). Sum of RGB (Red+Green+Blue) = 221+132+149=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8495 is #227B6A. Grayscale: #A0A0A0. Windows color (decimal): -2259819 or 9798877. OLE color: 9798877.
HSL color Cylindrical-coordinate representation of color #DD8495: hue angle of 348.54º 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 #DD8495 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 149 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.13 |
| HSL | 348.54º | 0.57% | 0.69% | - |
| HSV(B) | 348.54º | 0.4% | 0.87% | - |
| XYZ | 43.49 | 34.04 | 32.71 | - |
| YUV | 160.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 149 | 0 | 0.40 | 0.33 | 0.13 | 348.54 | 0.57 | 0.69 |
| Hex | DD | 84 | 95 | 0 | 28 | 21 | D | 15D | 39 | 45 |
| Octal | 335 | 204 | 225 | 0 | 50 | 41 | 15 | 535 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10010101 | 0 | 101000 | 100001 | 1101 | 101011101 | 111001 | 1000101 |
Color Harmonies of #DD8495
Complementary color
Monochromatic Colors of #DD8495
Black with #DD8495
Text Example
Text Example
White with #DD8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8495; }
p { color: rgb(221,132,149); }
H1.HeaderClassName
{
color: #DD8495;
}
.AnyTagClassName
{
color: #DD8495;
}
</style>
background-color css
<style>
a { background-color: #DD8495; }
a { background-color: rgb(221,132,149); }
div.DivClassName
{
background-color: #DD8495;
}
.BgClassName
{
background-color: #DD8495;
}
</style>
border-color css
<style>
span { border-color: #DD8495; }
span { border-color: rgb(221,132,149); }
td.TdClassName
{
border-color: #DD8495;
}
.TagClassName
{
border-color: #DD8495;
}
</style>