Shades of Carissma #DC7C8B
Tints of Carissma #DC7C8B
RGB
CMYK
RGB Variations
Color information
#DC7C8B (or 0xDC7C8B) is known color: Carissma. HEX triplet: DC, 7C and 8B. RGB value is (220,124,139). Sum of RGB (Red+Green+Blue) = 220+124+139=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C8B is #238374. Grayscale: #9A9A9A. Windows color (decimal): -2327413 or 9141468. OLE color: 9141468.
HSL color Cylindrical-coordinate representation of color #DC7C8B: hue angle of 350.62º 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 #DC7C8B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 139 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.14 |
| HSL | 350.63º | 0.58% | 0.67% | - |
| HSV(B) | 350.63º | 0.44% | 0.86% | - |
| XYZ | 41.38 | 31.5 | 28.32 | - |
| YUV | 154.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 139 | 0 | 0.44 | 0.37 | 0.14 | 350.63 | 0.58 | 0.67 |
| Hex | DC | 7C | 8B | 0 | 2C | 25 | E | 15F | 3A | 43 |
| Octal | 334 | 174 | 213 | 0 | 54 | 45 | 16 | 537 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10001011 | 0 | 101100 | 100101 | 1110 | 101011111 | 111010 | 1000011 |
Color Harmonies of #DC7C8B
Complementary color
Monochromatic Colors of #DC7C8B
Black with #DC7C8B
Text Example
Text Example
White with #DC7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C8B; }
p { color: rgb(220,124,139); }
H1.HeaderClassName
{
color: #DC7C8B;
}
.AnyTagClassName
{
color: #DC7C8B;
}
</style>
background-color css
<style>
a { background-color: #DC7C8B; }
a { background-color: rgb(220,124,139); }
div.DivClassName
{
background-color: #DC7C8B;
}
.BgClassName
{
background-color: #DC7C8B;
}
</style>
border-color css
<style>
span { border-color: #DC7C8B; }
span { border-color: rgb(220,124,139); }
td.TdClassName
{
border-color: #DC7C8B;
}
.TagClassName
{
border-color: #DC7C8B;
}
</style>