Shades of Carissma #DD7C8C
Tints of Carissma #DD7C8C
RGB
CMYK
RGB Variations
Color information
#DD7C8C (or 0xDD7C8C) is known color: Carissma. HEX triplet: DD, 7C and 8C. RGB value is (221,124,140). Sum of RGB (Red+Green+Blue) = 221+124+140=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C8C is #228373. Grayscale: #9A9A9A. Windows color (decimal): -2261876 or 9207005. OLE color: 9207005.
HSL color Cylindrical-coordinate representation of color #DD7C8C: hue angle of 350.1º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C8C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 140 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.13 |
| HSL | 350.1º | 0.59% | 0.68% | - |
| HSV(B) | 350.1º | 0.44% | 0.87% | - |
| XYZ | 41.76 | 31.68 | 28.72 | - |
| YUV | 154.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 140 | 0 | 0.44 | 0.37 | 0.13 | 350.1 | 0.59 | 0.68 |
| Hex | DD | 7C | 8C | 0 | 2C | 25 | D | 15E | 3B | 44 |
| Octal | 335 | 174 | 214 | 0 | 54 | 45 | 15 | 536 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10001100 | 0 | 101100 | 100101 | 1101 | 101011110 | 111011 | 1000100 |
Color Harmonies of #DD7C8C
Complementary color
Monochromatic Colors of #DD7C8C
Black with #DD7C8C
Text Example
Text Example
White with #DD7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C8C; }
p { color: rgb(221,124,140); }
H1.HeaderClassName
{
color: #DD7C8C;
}
.AnyTagClassName
{
color: #DD7C8C;
}
</style>
background-color css
<style>
a { background-color: #DD7C8C; }
a { background-color: rgb(221,124,140); }
div.DivClassName
{
background-color: #DD7C8C;
}
.BgClassName
{
background-color: #DD7C8C;
}
</style>
border-color css
<style>
span { border-color: #DD7C8C; }
span { border-color: rgb(221,124,140); }
td.TdClassName
{
border-color: #DD7C8C;
}
.TagClassName
{
border-color: #DD7C8C;
}
</style>