Shades of Carissma #DC7D8B
Tints of Carissma #DC7D8B
RGB
CMYK
RGB Variations
Color information
#DC7D8B (or 0xDC7D8B) is known color: Carissma. HEX triplet: DC, 7D and 8B. RGB value is (220,125,139). Sum of RGB (Red+Green+Blue) = 220+125+139=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8B is #238274. Grayscale: #9B9B9B. Windows color (decimal): -2327157 or 9141724. OLE color: 9141724.
HSL color Cylindrical-coordinate representation of color #DC7D8B: hue angle of 351.16º 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 #DC7D8B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 139 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.14 |
| HSL | 351.16º | 0.58% | 0.68% | - |
| HSV(B) | 351.16º | 0.43% | 0.86% | - |
| XYZ | 41.51 | 31.75 | 28.37 | - |
| YUV | 155 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 139 | 0 | 0.43 | 0.37 | 0.14 | 351.16 | 0.58 | 0.68 |
| Hex | DC | 7D | 8B | 0 | 2B | 25 | E | 15F | 3A | 44 |
| Octal | 334 | 175 | 213 | 0 | 53 | 45 | 16 | 537 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10001011 | 0 | 101011 | 100101 | 1110 | 101011111 | 111010 | 1000100 |
Color Harmonies of #DC7D8B
Complementary color
Monochromatic Colors of #DC7D8B
Black with #DC7D8B
Text Example
Text Example
White with #DC7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D8B; }
p { color: rgb(220,125,139); }
H1.HeaderClassName
{
color: #DC7D8B;
}
.AnyTagClassName
{
color: #DC7D8B;
}
</style>
background-color css
<style>
a { background-color: #DC7D8B; }
a { background-color: rgb(220,125,139); }
div.DivClassName
{
background-color: #DC7D8B;
}
.BgClassName
{
background-color: #DC7D8B;
}
</style>
border-color css
<style>
span { border-color: #DC7D8B; }
span { border-color: rgb(220,125,139); }
td.TdClassName
{
border-color: #DC7D8B;
}
.TagClassName
{
border-color: #DC7D8B;
}
</style>