Shades of Carissma #DD7E8E
Tints of Carissma #DD7E8E
RGB
CMYK
RGB Variations
Color information
#DD7E8E (or 0xDD7E8E) is known color: Carissma. HEX triplet: DD, 7E and 8E. RGB value is (221,126,142). Sum of RGB (Red+Green+Blue) = 221+126+142=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E8E is #228171. Grayscale: #9C9C9C. Windows color (decimal): -2261362 or 9338589. OLE color: 9338589.
HSL color Cylindrical-coordinate representation of color #DD7E8E: hue angle of 349.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E8E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 142 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.13 |
| HSL | 349.89º | 0.58% | 0.68% | - |
| HSV(B) | 349.89º | 0.43% | 0.87% | - |
| XYZ | 42.16 | 32.25 | 29.59 | - |
| YUV | 156.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 142 | 0 | 0.43 | 0.36 | 0.13 | 349.89 | 0.58 | 0.68 |
| Hex | DD | 7E | 8E | 0 | 2B | 24 | D | 15E | 3A | 44 |
| Octal | 335 | 176 | 216 | 0 | 53 | 44 | 15 | 536 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10001110 | 0 | 101011 | 100100 | 1101 | 101011110 | 111010 | 1000100 |
Color Harmonies of #DD7E8E
Complementary color
Monochromatic Colors of #DD7E8E
Black with #DD7E8E
Text Example
Text Example
White with #DD7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E8E; }
p { color: rgb(221,126,142); }
H1.HeaderClassName
{
color: #DD7E8E;
}
.AnyTagClassName
{
color: #DD7E8E;
}
</style>
background-color css
<style>
a { background-color: #DD7E8E; }
a { background-color: rgb(221,126,142); }
div.DivClassName
{
background-color: #DD7E8E;
}
.BgClassName
{
background-color: #DD7E8E;
}
</style>
border-color css
<style>
span { border-color: #DD7E8E; }
span { border-color: rgb(221,126,142); }
td.TdClassName
{
border-color: #DD7E8E;
}
.TagClassName
{
border-color: #DD7E8E;
}
</style>