Shades of Carissma #DC7E95
Tints of Carissma #DC7E95
RGB
CMYK
RGB Variations
Color information
#DC7E95 (or 0xDC7E95) is known color: Carissma. HEX triplet: DC, 7E and 95. RGB value is (220,126,149). Sum of RGB (Red+Green+Blue) = 220+126+149=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E95 is #23816A. Grayscale: #9C9C9C. Windows color (decimal): -2326891 or 9797340. OLE color: 9797340.
HSL color Cylindrical-coordinate representation of color #DC7E95: hue angle of 345.32º 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 #DC7E95 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 149 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.14 |
| HSL | 345.32º | 0.57% | 0.68% | - |
| HSV(B) | 345.32º | 0.43% | 0.86% | - |
| XYZ | 42.4 | 32.31 | 32.43 | - |
| YUV | 156.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 149 | 0 | 0.43 | 0.32 | 0.14 | 345.32 | 0.57 | 0.68 |
| Hex | DC | 7E | 95 | 0 | 2B | 20 | E | 159 | 39 | 44 |
| Octal | 334 | 176 | 225 | 0 | 53 | 40 | 16 | 531 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10010101 | 0 | 101011 | 100000 | 1110 | 101011001 | 111001 | 1000100 |
Color Harmonies of #DC7E95
Complementary color
Monochromatic Colors of #DC7E95
Black with #DC7E95
Text Example
Text Example
White with #DC7E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E95; }
p { color: rgb(220,126,149); }
H1.HeaderClassName
{
color: #DC7E95;
}
.AnyTagClassName
{
color: #DC7E95;
}
</style>
background-color css
<style>
a { background-color: #DC7E95; }
a { background-color: rgb(220,126,149); }
div.DivClassName
{
background-color: #DC7E95;
}
.BgClassName
{
background-color: #DC7E95;
}
</style>
border-color css
<style>
span { border-color: #DC7E95; }
span { border-color: rgb(220,126,149); }
td.TdClassName
{
border-color: #DC7E95;
}
.TagClassName
{
border-color: #DC7E95;
}
</style>