Shades of Carissma #DD7D88
Tints of Carissma #DD7D88
RGB
CMYK
RGB Variations
Color information
#DD7D88 (or 0xDD7D88) is known color: Carissma. HEX triplet: DD, 7D and 88. RGB value is (221,125,136). Sum of RGB (Red+Green+Blue) = 221+125+136=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D88 is #228277. Grayscale: #9B9B9B. Windows color (decimal): -2261624 or 8945117. OLE color: 8945117.
HSL color Cylindrical-coordinate representation of color #DD7D88: hue angle of 353.12º degrees, saturation: 0.59, 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 #DD7D88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 136 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 353.13º | 0.59% | 0.68% | - |
| HSV(B) | 353.13º | 0.43% | 0.87% | - |
| XYZ | 41.6 | 31.82 | 27.24 | - |
| YUV | 154.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 136 | 0 | 0.43 | 0.38 | 0.13 | 353.13 | 0.59 | 0.68 |
| Hex | DD | 7D | 88 | 0 | 2B | 26 | D | 161 | 3B | 44 |
| Octal | 335 | 175 | 210 | 0 | 53 | 46 | 15 | 541 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10001000 | 0 | 101011 | 100110 | 1101 | 101100001 | 111011 | 1000100 |
Color Harmonies of #DD7D88
Complementary color
Monochromatic Colors of #DD7D88
Black with #DD7D88
Text Example
Text Example
White with #DD7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D88; }
p { color: rgb(221,125,136); }
H1.HeaderClassName
{
color: #DD7D88;
}
.AnyTagClassName
{
color: #DD7D88;
}
</style>
background-color css
<style>
a { background-color: #DD7D88; }
a { background-color: rgb(221,125,136); }
div.DivClassName
{
background-color: #DD7D88;
}
.BgClassName
{
background-color: #DD7D88;
}
</style>
border-color css
<style>
span { border-color: #DD7D88; }
span { border-color: rgb(221,125,136); }
td.TdClassName
{
border-color: #DD7D88;
}
.TagClassName
{
border-color: #DD7D88;
}
</style>