Shades of Carissma #DC858E
Tints of Carissma #DC858E
RGB
CMYK
RGB Variations
Color information
#DC858E (or 0xDC858E) is known color: Carissma. HEX triplet: DC, 85 and 8E. RGB value is (220,133,142). Sum of RGB (Red+Green+Blue) = 220+133+142=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC858E is #237A71. Grayscale: #A0A0A0. Windows color (decimal): -2325106 or 9340380. OLE color: 9340380.
HSL color Cylindrical-coordinate representation of color #DC858E: hue angle of 353.79º degrees, saturation: 0.55, 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 #DC858E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 142 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.14 |
| HSL | 353.79º | 0.55% | 0.69% | - |
| HSV(B) | 353.79º | 0.4% | 0.86% | - |
| XYZ | 42.79 | 33.94 | 29.89 | - |
| YUV | 160.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 142 | 0 | 0.40 | 0.35 | 0.14 | 353.79 | 0.55 | 0.69 |
| Hex | DC | 85 | 8E | 0 | 28 | 23 | E | 162 | 37 | 45 |
| Octal | 334 | 205 | 216 | 0 | 50 | 43 | 16 | 542 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10001110 | 0 | 101000 | 100011 | 1110 | 101100010 | 110111 | 1000101 |
Color Harmonies of #DC858E
Complementary color
Monochromatic Colors of #DC858E
Black with #DC858E
Text Example
Text Example
White with #DC858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC858E; }
p { color: rgb(220,133,142); }
H1.HeaderClassName
{
color: #DC858E;
}
.AnyTagClassName
{
color: #DC858E;
}
</style>
background-color css
<style>
a { background-color: #DC858E; }
a { background-color: rgb(220,133,142); }
div.DivClassName
{
background-color: #DC858E;
}
.BgClassName
{
background-color: #DC858E;
}
</style>
border-color css
<style>
span { border-color: #DC858E; }
span { border-color: rgb(220,133,142); }
td.TdClassName
{
border-color: #DC858E;
}
.TagClassName
{
border-color: #DC858E;
}
</style>