Shades of Carissma #DC7C8E
Tints of Carissma #DC7C8E
RGB
CMYK
RGB Variations
Color information
#DC7C8E (or 0xDC7C8E) is known color: Carissma. HEX triplet: DC, 7C and 8E. RGB value is (220,124,142). Sum of RGB (Red+Green+Blue) = 220+124+142=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C8E is #238371. Grayscale: #9A9A9A. Windows color (decimal): -2327410 or 9338076. OLE color: 9338076.
HSL color Cylindrical-coordinate representation of color #DC7C8E: hue angle of 348.75º 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 #DC7C8E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 142 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.14 |
| HSL | 348.75º | 0.58% | 0.67% | - |
| HSV(B) | 348.75º | 0.44% | 0.86% | - |
| XYZ | 41.61 | 31.58 | 29.49 | - |
| YUV | 154.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 142 | 0 | 0.44 | 0.35 | 0.14 | 348.75 | 0.58 | 0.67 |
| Hex | DC | 7C | 8E | 0 | 2C | 23 | E | 15D | 3A | 43 |
| Octal | 334 | 174 | 216 | 0 | 54 | 43 | 16 | 535 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10001110 | 0 | 101100 | 100011 | 1110 | 101011101 | 111010 | 1000011 |
Color Harmonies of #DC7C8E
Complementary color
Monochromatic Colors of #DC7C8E
Black with #DC7C8E
Text Example
Text Example
White with #DC7C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C8E; }
p { color: rgb(220,124,142); }
H1.HeaderClassName
{
color: #DC7C8E;
}
.AnyTagClassName
{
color: #DC7C8E;
}
</style>
background-color css
<style>
a { background-color: #DC7C8E; }
a { background-color: rgb(220,124,142); }
div.DivClassName
{
background-color: #DC7C8E;
}
.BgClassName
{
background-color: #DC7C8E;
}
</style>
border-color css
<style>
span { border-color: #DC7C8E; }
span { border-color: rgb(220,124,142); }
td.TdClassName
{
border-color: #DC7C8E;
}
.TagClassName
{
border-color: #DC7C8E;
}
</style>