Shades of Carissma #DD7E8C
Tints of Carissma #DD7E8C
RGB
CMYK
RGB Variations
Color information
#DD7E8C (or 0xDD7E8C) is known color: Carissma. HEX triplet: DD, 7E and 8C. RGB value is (221,126,140). Sum of RGB (Red+Green+Blue) = 221+126+140=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E8C is #228173. Grayscale: #9C9C9C. Windows color (decimal): -2261364 or 9207517. OLE color: 9207517.
HSL color Cylindrical-coordinate representation of color #DD7E8C: hue angle of 351.16º 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 #DD7E8C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 140 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.13 |
| HSL | 351.16º | 0.58% | 0.68% | - |
| HSV(B) | 351.16º | 0.43% | 0.87% | - |
| XYZ | 42.01 | 32.19 | 28.81 | - |
| YUV | 156 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 140 | 0 | 0.43 | 0.37 | 0.13 | 351.16 | 0.58 | 0.68 |
| Hex | DD | 7E | 8C | 0 | 2B | 25 | D | 15F | 3A | 44 |
| Octal | 335 | 176 | 214 | 0 | 53 | 45 | 15 | 537 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10001100 | 0 | 101011 | 100101 | 1101 | 101011111 | 111010 | 1000100 |
Color Harmonies of #DD7E8C
Complementary color
Monochromatic Colors of #DD7E8C
Black with #DD7E8C
Text Example
Text Example
White with #DD7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E8C; }
p { color: rgb(221,126,140); }
H1.HeaderClassName
{
color: #DD7E8C;
}
.AnyTagClassName
{
color: #DD7E8C;
}
</style>
background-color css
<style>
a { background-color: #DD7E8C; }
a { background-color: rgb(221,126,140); }
div.DivClassName
{
background-color: #DD7E8C;
}
.BgClassName
{
background-color: #DD7E8C;
}
</style>
border-color css
<style>
span { border-color: #DD7E8C; }
span { border-color: rgb(221,126,140); }
td.TdClassName
{
border-color: #DD7E8C;
}
.TagClassName
{
border-color: #DD7E8C;
}
</style>