Shades of Carissma #DD8494
Tints of Carissma #DD8494
RGB
CMYK
RGB Variations
Color information
#DD8494 (or 0xDD8494) is known color: Carissma. HEX triplet: DD, 84 and 94. RGB value is (221,132,148). Sum of RGB (Red+Green+Blue) = 221+132+148=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8494 is #227B6B. Grayscale: #A0A0A0. Windows color (decimal): -2259820 or 9733341. OLE color: 9733341.
HSL color Cylindrical-coordinate representation of color #DD8494: hue angle of 349.21º 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 #DD8494 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 148 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.13 |
| HSL | 349.21º | 0.57% | 0.69% | - |
| HSV(B) | 349.21º | 0.4% | 0.87% | - |
| XYZ | 43.42 | 34.01 | 32.29 | - |
| YUV | 160.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 148 | 0 | 0.40 | 0.33 | 0.13 | 349.21 | 0.57 | 0.69 |
| Hex | DD | 84 | 94 | 0 | 28 | 21 | D | 15D | 39 | 45 |
| Octal | 335 | 204 | 224 | 0 | 50 | 41 | 15 | 535 | 71 | 105 |
| Binary | 11011101 | 10000100 | 10010100 | 0 | 101000 | 100001 | 1101 | 101011101 | 111001 | 1000101 |
Color Harmonies of #DD8494
Complementary color
Monochromatic Colors of #DD8494
Black with #DD8494
Text Example
Text Example
White with #DD8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8494; }
p { color: rgb(221,132,148); }
H1.HeaderClassName
{
color: #DD8494;
}
.AnyTagClassName
{
color: #DD8494;
}
</style>
background-color css
<style>
a { background-color: #DD8494; }
a { background-color: rgb(221,132,148); }
div.DivClassName
{
background-color: #DD8494;
}
.BgClassName
{
background-color: #DD8494;
}
</style>
border-color css
<style>
span { border-color: #DD8494; }
span { border-color: rgb(221,132,148); }
td.TdClassName
{
border-color: #DD8494;
}
.TagClassName
{
border-color: #DD8494;
}
</style>