Shades of Carissma #DC7A8E
Tints of Carissma #DC7A8E
RGB
CMYK
RGB Variations
Color information
#DC7A8E (or 0xDC7A8E) is known color: Carissma. HEX triplet: DC, 7A and 8E. RGB value is (220,122,142). Sum of RGB (Red+Green+Blue) = 220+122+142=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A8E is #238571. Grayscale: #999999. Windows color (decimal): -2327922 or 9337564. OLE color: 9337564.
HSL color Cylindrical-coordinate representation of color #DC7A8E: hue angle of 347.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A8E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 142 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.14 |
| HSL | 347.76º | 0.58% | 0.67% | - |
| HSV(B) | 347.76º | 0.45% | 0.86% | - |
| XYZ | 41.36 | 31.09 | 29.41 | - |
| YUV | 153.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 142 | 0 | 0.45 | 0.35 | 0.14 | 347.76 | 0.58 | 0.67 |
| Hex | DC | 7A | 8E | 0 | 2D | 23 | E | 15C | 3A | 43 |
| Octal | 334 | 172 | 216 | 0 | 55 | 43 | 16 | 534 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10001110 | 0 | 101101 | 100011 | 1110 | 101011100 | 111010 | 1000011 |
Color Harmonies of #DC7A8E
Complementary color
Monochromatic Colors of #DC7A8E
Black with #DC7A8E
Text Example
Text Example
White with #DC7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A8E; }
p { color: rgb(220,122,142); }
H1.HeaderClassName
{
color: #DC7A8E;
}
.AnyTagClassName
{
color: #DC7A8E;
}
</style>
background-color css
<style>
a { background-color: #DC7A8E; }
a { background-color: rgb(220,122,142); }
div.DivClassName
{
background-color: #DC7A8E;
}
.BgClassName
{
background-color: #DC7A8E;
}
</style>
border-color css
<style>
span { border-color: #DC7A8E; }
span { border-color: rgb(220,122,142); }
td.TdClassName
{
border-color: #DC7A8E;
}
.TagClassName
{
border-color: #DC7A8E;
}
</style>