Shades of Carissma #DC7C96
Tints of Carissma #DC7C96
RGB
CMYK
RGB Variations
Color information
#DC7C96 (or 0xDC7C96) is known color: Carissma. HEX triplet: DC, 7C and 96. RGB value is (220,124,150). Sum of RGB (Red+Green+Blue) = 220+124+150=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C96 is #238369. Grayscale: #9B9B9B. Windows color (decimal): -2327402 or 9862364. OLE color: 9862364.
HSL color Cylindrical-coordinate representation of color #DC7C96: hue angle of 343.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 #DC7C96 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 150 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.14 |
| HSL | 343.75º | 0.58% | 0.67% | - |
| HSV(B) | 343.75º | 0.44% | 0.86% | - |
| XYZ | 42.23 | 31.83 | 32.77 | - |
| YUV | 155.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 150 | 0 | 0.44 | 0.32 | 0.14 | 343.75 | 0.58 | 0.67 |
| Hex | DC | 7C | 96 | 0 | 2C | 20 | E | 158 | 3A | 43 |
| Octal | 334 | 174 | 226 | 0 | 54 | 40 | 16 | 530 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10010110 | 0 | 101100 | 100000 | 1110 | 101011000 | 111010 | 1000011 |
Color Harmonies of #DC7C96
Complementary color
Monochromatic Colors of #DC7C96
Black with #DC7C96
Text Example
Text Example
White with #DC7C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C96; }
p { color: rgb(220,124,150); }
H1.HeaderClassName
{
color: #DC7C96;
}
.AnyTagClassName
{
color: #DC7C96;
}
</style>
background-color css
<style>
a { background-color: #DC7C96; }
a { background-color: rgb(220,124,150); }
div.DivClassName
{
background-color: #DC7C96;
}
.BgClassName
{
background-color: #DC7C96;
}
</style>
border-color css
<style>
span { border-color: #DC7C96; }
span { border-color: rgb(220,124,150); }
td.TdClassName
{
border-color: #DC7C96;
}
.TagClassName
{
border-color: #DC7C96;
}
</style>