Shades of Carissma #DC7D95
Tints of Carissma #DC7D95
RGB
CMYK
RGB Variations
Color information
#DC7D95 (or 0xDC7D95) is known color: Carissma. HEX triplet: DC, 7D and 95. RGB value is (220,125,149). Sum of RGB (Red+Green+Blue) = 220+125+149=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D95 is #23826A. Grayscale: #9C9C9C. Windows color (decimal): -2327147 or 9797084. OLE color: 9797084.
HSL color Cylindrical-coordinate representation of color #DC7D95: hue angle of 344.84º degrees, saturation: 0.58, 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 #DC7D95 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 149 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.14 |
| HSL | 344.84º | 0.58% | 0.68% | - |
| HSV(B) | 344.84º | 0.43% | 0.86% | - |
| XYZ | 42.27 | 32.05 | 32.39 | - |
| YUV | 156.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 149 | 0 | 0.43 | 0.32 | 0.14 | 344.84 | 0.58 | 0.68 |
| Hex | DC | 7D | 95 | 0 | 2B | 20 | E | 159 | 3A | 44 |
| Octal | 334 | 175 | 225 | 0 | 53 | 40 | 16 | 531 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10010101 | 0 | 101011 | 100000 | 1110 | 101011001 | 111010 | 1000100 |
Color Harmonies of #DC7D95
Complementary color
Monochromatic Colors of #DC7D95
Black with #DC7D95
Text Example
Text Example
White with #DC7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D95; }
p { color: rgb(220,125,149); }
H1.HeaderClassName
{
color: #DC7D95;
}
.AnyTagClassName
{
color: #DC7D95;
}
</style>
background-color css
<style>
a { background-color: #DC7D95; }
a { background-color: rgb(220,125,149); }
div.DivClassName
{
background-color: #DC7D95;
}
.BgClassName
{
background-color: #DC7D95;
}
</style>
border-color css
<style>
span { border-color: #DC7D95; }
span { border-color: rgb(220,125,149); }
td.TdClassName
{
border-color: #DC7D95;
}
.TagClassName
{
border-color: #DC7D95;
}
</style>