Shades of Carissma #DC7E8E
Tints of Carissma #DC7E8E
RGB
CMYK
RGB Variations
Color information
#DC7E8E (or 0xDC7E8E) is known color: Carissma. HEX triplet: DC, 7E and 8E. RGB value is (220,126,142). Sum of RGB (Red+Green+Blue) = 220+126+142=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E8E is #238171. Grayscale: #9B9B9B. Windows color (decimal): -2326898 or 9338588. OLE color: 9338588.
HSL color Cylindrical-coordinate representation of color #DC7E8E: hue angle of 349.79º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E8E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 142 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.14 |
| HSL | 349.79º | 0.57% | 0.68% | - |
| HSV(B) | 349.79º | 0.43% | 0.86% | - |
| XYZ | 41.86 | 32.09 | 29.58 | - |
| YUV | 155.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 142 | 0 | 0.43 | 0.35 | 0.14 | 349.79 | 0.57 | 0.68 |
| Hex | DC | 7E | 8E | 0 | 2B | 23 | E | 15E | 39 | 44 |
| Octal | 334 | 176 | 216 | 0 | 53 | 43 | 16 | 536 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10001110 | 0 | 101011 | 100011 | 1110 | 101011110 | 111001 | 1000100 |
Color Harmonies of #DC7E8E
Complementary color
Monochromatic Colors of #DC7E8E
Black with #DC7E8E
Text Example
Text Example
White with #DC7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E8E; }
p { color: rgb(220,126,142); }
H1.HeaderClassName
{
color: #DC7E8E;
}
.AnyTagClassName
{
color: #DC7E8E;
}
</style>
background-color css
<style>
a { background-color: #DC7E8E; }
a { background-color: rgb(220,126,142); }
div.DivClassName
{
background-color: #DC7E8E;
}
.BgClassName
{
background-color: #DC7E8E;
}
</style>
border-color css
<style>
span { border-color: #DC7E8E; }
span { border-color: rgb(220,126,142); }
td.TdClassName
{
border-color: #DC7E8E;
}
.TagClassName
{
border-color: #DC7E8E;
}
</style>