Shades of Carissma #DD7E88
Tints of Carissma #DD7E88
RGB
CMYK
RGB Variations
Color information
#DD7E88 (or 0xDD7E88) is known color: Carissma. HEX triplet: DD, 7E and 88. RGB value is (221,126,136). Sum of RGB (Red+Green+Blue) = 221+126+136=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E88 is #228177. Grayscale: #9B9B9B. Windows color (decimal): -2261368 or 8945373. OLE color: 8945373.
HSL color Cylindrical-coordinate representation of color #DD7E88: hue angle of 353.68º 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 #DD7E88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 136 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 353.68º | 0.58% | 0.68% | - |
| HSV(B) | 353.68º | 0.43% | 0.87% | - |
| XYZ | 41.72 | 32.07 | 27.28 | - |
| YUV | 155.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 136 | 0 | 0.43 | 0.38 | 0.13 | 353.68 | 0.58 | 0.68 |
| Hex | DD | 7E | 88 | 0 | 2B | 26 | D | 162 | 3A | 44 |
| Octal | 335 | 176 | 210 | 0 | 53 | 46 | 15 | 542 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10001000 | 0 | 101011 | 100110 | 1101 | 101100010 | 111010 | 1000100 |
Color Harmonies of #DD7E88
Complementary color
Monochromatic Colors of #DD7E88
Black with #DD7E88
Text Example
Text Example
White with #DD7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E88; }
p { color: rgb(221,126,136); }
H1.HeaderClassName
{
color: #DD7E88;
}
.AnyTagClassName
{
color: #DD7E88;
}
</style>
background-color css
<style>
a { background-color: #DD7E88; }
a { background-color: rgb(221,126,136); }
div.DivClassName
{
background-color: #DD7E88;
}
.BgClassName
{
background-color: #DD7E88;
}
</style>
border-color css
<style>
span { border-color: #DD7E88; }
span { border-color: rgb(221,126,136); }
td.TdClassName
{
border-color: #DD7E88;
}
.TagClassName
{
border-color: #DD7E88;
}
</style>