Shades of Carissma #DC7E8A
Tints of Carissma #DC7E8A
RGB
CMYK
RGB Variations
Color information
#DC7E8A (or 0xDC7E8A) is known color: Carissma. HEX triplet: DC, 7E and 8A. RGB value is (220,126,138). Sum of RGB (Red+Green+Blue) = 220+126+138=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E8A is #238175. Grayscale: #9B9B9B. Windows color (decimal): -2326902 or 9076444. OLE color: 9076444.
HSL color Cylindrical-coordinate representation of color #DC7E8A: hue angle of 352.34º 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 #DC7E8A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 138 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 352.34º | 0.57% | 0.68% | - |
| HSV(B) | 352.34º | 0.43% | 0.86% | - |
| XYZ | 41.56 | 31.97 | 28.03 | - |
| YUV | 155.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 138 | 0 | 0.43 | 0.37 | 0.14 | 352.34 | 0.57 | 0.68 |
| Hex | DC | 7E | 8A | 0 | 2B | 25 | E | 160 | 39 | 44 |
| Octal | 334 | 176 | 212 | 0 | 53 | 45 | 16 | 540 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10001010 | 0 | 101011 | 100101 | 1110 | 101100000 | 111001 | 1000100 |
Color Harmonies of #DC7E8A
Complementary color
Monochromatic Colors of #DC7E8A
Black with #DC7E8A
Text Example
Text Example
White with #DC7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E8A; }
p { color: rgb(220,126,138); }
H1.HeaderClassName
{
color: #DC7E8A;
}
.AnyTagClassName
{
color: #DC7E8A;
}
</style>
background-color css
<style>
a { background-color: #DC7E8A; }
a { background-color: rgb(220,126,138); }
div.DivClassName
{
background-color: #DC7E8A;
}
.BgClassName
{
background-color: #DC7E8A;
}
</style>
border-color css
<style>
span { border-color: #DC7E8A; }
span { border-color: rgb(220,126,138); }
td.TdClassName
{
border-color: #DC7E8A;
}
.TagClassName
{
border-color: #DC7E8A;
}
</style>