Shades of Carissma #DC7E8B
Tints of Carissma #DC7E8B
RGB
CMYK
RGB Variations
Color information
#DC7E8B (or 0xDC7E8B) is known color: Carissma. HEX triplet: DC, 7E and 8B. RGB value is (220,126,139). Sum of RGB (Red+Green+Blue) = 220+126+139=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E8B is #238174. Grayscale: #9B9B9B. Windows color (decimal): -2326901 or 9141980. OLE color: 9141980.
HSL color Cylindrical-coordinate representation of color #DC7E8B: hue angle of 351.7º 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 #DC7E8B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 139 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 351.7º | 0.57% | 0.68% | - |
| HSV(B) | 351.7º | 0.43% | 0.86% | - |
| XYZ | 41.64 | 32 | 28.41 | - |
| YUV | 155.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 139 | 0 | 0.43 | 0.37 | 0.14 | 351.7 | 0.57 | 0.68 |
| Hex | DC | 7E | 8B | 0 | 2B | 25 | E | 160 | 39 | 44 |
| Octal | 334 | 176 | 213 | 0 | 53 | 45 | 16 | 540 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10001011 | 0 | 101011 | 100101 | 1110 | 101100000 | 111001 | 1000100 |
Color Harmonies of #DC7E8B
Complementary color
Monochromatic Colors of #DC7E8B
Black with #DC7E8B
Text Example
Text Example
White with #DC7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E8B; }
p { color: rgb(220,126,139); }
H1.HeaderClassName
{
color: #DC7E8B;
}
.AnyTagClassName
{
color: #DC7E8B;
}
</style>
background-color css
<style>
a { background-color: #DC7E8B; }
a { background-color: rgb(220,126,139); }
div.DivClassName
{
background-color: #DC7E8B;
}
.BgClassName
{
background-color: #DC7E8B;
}
</style>
border-color css
<style>
span { border-color: #DC7E8B; }
span { border-color: rgb(220,126,139); }
td.TdClassName
{
border-color: #DC7E8B;
}
.TagClassName
{
border-color: #DC7E8B;
}
</style>