Shades of Carissma #DC878D
Tints of Carissma #DC878D
RGB
CMYK
RGB Variations
Color information
#DC878D (or 0xDC878D) is known color: Carissma. HEX triplet: DC, 87 and 8D. RGB value is (220,135,141). Sum of RGB (Red+Green+Blue) = 220+135+141=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC878D is #237872. Grayscale: #A1A1A1. Windows color (decimal): -2324595 or 9275356. OLE color: 9275356.
HSL color Cylindrical-coordinate representation of color #DC878D: hue angle of 355.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC878D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 141 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.14 |
| HSL | 355.76º | 0.55% | 0.7% | - |
| HSV(B) | 355.76º | 0.39% | 0.86% | - |
| XYZ | 42.99 | 34.47 | 29.59 | - |
| YUV | 161.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 141 | 0 | 0.39 | 0.36 | 0.14 | 355.76 | 0.55 | 0.7 |
| Hex | DC | 87 | 8D | 0 | 27 | 24 | E | 164 | 37 | 46 |
| Octal | 334 | 207 | 215 | 0 | 47 | 44 | 16 | 544 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10001101 | 0 | 100111 | 100100 | 1110 | 101100100 | 110111 | 1000110 |
Color Harmonies of #DC878D
Complementary color
Monochromatic Colors of #DC878D
Black with #DC878D
Text Example
Text Example
White with #DC878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC878D; }
p { color: rgb(220,135,141); }
H1.HeaderClassName
{
color: #DC878D;
}
.AnyTagClassName
{
color: #DC878D;
}
</style>
background-color css
<style>
a { background-color: #DC878D; }
a { background-color: rgb(220,135,141); }
div.DivClassName
{
background-color: #DC878D;
}
.BgClassName
{
background-color: #DC878D;
}
</style>
border-color css
<style>
span { border-color: #DC878D; }
span { border-color: rgb(220,135,141); }
td.TdClassName
{
border-color: #DC878D;
}
.TagClassName
{
border-color: #DC878D;
}
</style>