Shades of Carissma #DC848D
Tints of Carissma #DC848D
RGB
CMYK
RGB Variations
Color information
#DC848D (or 0xDC848D) is known color: Carissma. HEX triplet: DC, 84 and 8D. RGB value is (220,132,141). Sum of RGB (Red+Green+Blue) = 220+132+141=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848D is #237B72. Grayscale: #9F9F9F. Windows color (decimal): -2325363 or 9274588. OLE color: 9274588.
HSL color Cylindrical-coordinate representation of color #DC848D: hue angle of 353.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC848D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 141 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.14 |
| HSL | 353.86º | 0.56% | 0.69% | - |
| HSV(B) | 353.86º | 0.4% | 0.86% | - |
| XYZ | 42.57 | 33.64 | 29.45 | - |
| YUV | 159.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 141 | 0 | 0.40 | 0.36 | 0.14 | 353.86 | 0.56 | 0.69 |
| Hex | DC | 84 | 8D | 0 | 28 | 24 | E | 162 | 38 | 45 |
| Octal | 334 | 204 | 215 | 0 | 50 | 44 | 16 | 542 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10001101 | 0 | 101000 | 100100 | 1110 | 101100010 | 111000 | 1000101 |
Color Harmonies of #DC848D
Complementary color
Monochromatic Colors of #DC848D
Black with #DC848D
Text Example
Text Example
White with #DC848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC848D; }
p { color: rgb(220,132,141); }
H1.HeaderClassName
{
color: #DC848D;
}
.AnyTagClassName
{
color: #DC848D;
}
</style>
background-color css
<style>
a { background-color: #DC848D; }
a { background-color: rgb(220,132,141); }
div.DivClassName
{
background-color: #DC848D;
}
.BgClassName
{
background-color: #DC848D;
}
</style>
border-color css
<style>
span { border-color: #DC848D; }
span { border-color: rgb(220,132,141); }
td.TdClassName
{
border-color: #DC848D;
}
.TagClassName
{
border-color: #DC848D;
}
</style>