Shades of Carissma #DC7E9E
Tints of Carissma #DC7E9E
RGB
CMYK
RGB Variations
Color information
#DC7E9E (or 0xDC7E9E) is known color: Carissma. HEX triplet: DC, 7E and 9E. RGB value is (220,126,158). Sum of RGB (Red+Green+Blue) = 220+126+158=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E9E is #238161. Grayscale: #9D9D9D. Windows color (decimal): -2326882 or 10387164. OLE color: 10387164.
HSL color Cylindrical-coordinate representation of color #DC7E9E: hue angle of 339.57º 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 #DC7E9E is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 158 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.14 |
| HSL | 339.57º | 0.57% | 0.68% | - |
| HSV(B) | 339.57º | 0.43% | 0.86% | - |
| XYZ | 43.15 | 32.61 | 36.37 | - |
| YUV | 157.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 158 | 0 | 0.43 | 0.28 | 0.14 | 339.57 | 0.57 | 0.68 |
| Hex | DC | 7E | 9E | 0 | 2B | 1C | E | 154 | 39 | 44 |
| Octal | 334 | 176 | 236 | 0 | 53 | 34 | 16 | 524 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10011110 | 0 | 101011 | 11100 | 1110 | 101010100 | 111001 | 1000100 |
Color Harmonies of #DC7E9E
Complementary color
Monochromatic Colors of #DC7E9E
Black with #DC7E9E
Text Example
Text Example
White with #DC7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E9E; }
p { color: rgb(220,126,158); }
H1.HeaderClassName
{
color: #DC7E9E;
}
.AnyTagClassName
{
color: #DC7E9E;
}
</style>
background-color css
<style>
a { background-color: #DC7E9E; }
a { background-color: rgb(220,126,158); }
div.DivClassName
{
background-color: #DC7E9E;
}
.BgClassName
{
background-color: #DC7E9E;
}
</style>
border-color css
<style>
span { border-color: #DC7E9E; }
span { border-color: rgb(220,126,158); }
td.TdClassName
{
border-color: #DC7E9E;
}
.TagClassName
{
border-color: #DC7E9E;
}
</style>