Shades of Carissma #DC7C8D
Tints of Carissma #DC7C8D
RGB
CMYK
RGB Variations
Color information
#DC7C8D (or 0xDC7C8D) is known color: Carissma. HEX triplet: DC, 7C and 8D. RGB value is (220,124,141). Sum of RGB (Red+Green+Blue) = 220+124+141=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C8D is #238372. Grayscale: #9A9A9A. Windows color (decimal): -2327411 or 9272540. OLE color: 9272540.
HSL color Cylindrical-coordinate representation of color #DC7C8D: hue angle of 349.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C8D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 141 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.14 |
| HSL | 349.38º | 0.58% | 0.67% | - |
| HSV(B) | 349.38º | 0.44% | 0.86% | - |
| XYZ | 41.53 | 31.55 | 29.1 | - |
| YUV | 154.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 141 | 0 | 0.44 | 0.36 | 0.14 | 349.38 | 0.58 | 0.67 |
| Hex | DC | 7C | 8D | 0 | 2C | 24 | E | 15D | 3A | 43 |
| Octal | 334 | 174 | 215 | 0 | 54 | 44 | 16 | 535 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10001101 | 0 | 101100 | 100100 | 1110 | 101011101 | 111010 | 1000011 |
Color Harmonies of #DC7C8D
Complementary color
Monochromatic Colors of #DC7C8D
Black with #DC7C8D
Text Example
Text Example
White with #DC7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C8D; }
p { color: rgb(220,124,141); }
H1.HeaderClassName
{
color: #DC7C8D;
}
.AnyTagClassName
{
color: #DC7C8D;
}
</style>
background-color css
<style>
a { background-color: #DC7C8D; }
a { background-color: rgb(220,124,141); }
div.DivClassName
{
background-color: #DC7C8D;
}
.BgClassName
{
background-color: #DC7C8D;
}
</style>
border-color css
<style>
span { border-color: #DC7C8D; }
span { border-color: rgb(220,124,141); }
td.TdClassName
{
border-color: #DC7C8D;
}
.TagClassName
{
border-color: #DC7C8D;
}
</style>