Shades of Carissma #DC868D
Tints of Carissma #DC868D
RGB
CMYK
RGB Variations
Color information
#DC868D (or 0xDC868D) is known color: Carissma. HEX triplet: DC, 86 and 8D. RGB value is (220,134,141). Sum of RGB (Red+Green+Blue) = 220+134+141=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868D is #237972. Grayscale: #A0A0A0. Windows color (decimal): -2324851 or 9275100. OLE color: 9275100.
HSL color Cylindrical-coordinate representation of color #DC868D: hue angle of 355.12º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC868D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 141 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.14 |
| HSL | 355.12º | 0.55% | 0.69% | - |
| HSV(B) | 355.12º | 0.39% | 0.86% | - |
| XYZ | 42.85 | 34.19 | 29.54 | - |
| YUV | 160.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 141 | 0 | 0.39 | 0.36 | 0.14 | 355.12 | 0.55 | 0.69 |
| Hex | DC | 86 | 8D | 0 | 27 | 24 | E | 163 | 37 | 45 |
| Octal | 334 | 206 | 215 | 0 | 47 | 44 | 16 | 543 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10001101 | 0 | 100111 | 100100 | 1110 | 101100011 | 110111 | 1000101 |
Color Harmonies of #DC868D
Complementary color
Monochromatic Colors of #DC868D
Black with #DC868D
Text Example
Text Example
White with #DC868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC868D; }
p { color: rgb(220,134,141); }
H1.HeaderClassName
{
color: #DC868D;
}
.AnyTagClassName
{
color: #DC868D;
}
</style>
background-color css
<style>
a { background-color: #DC868D; }
a { background-color: rgb(220,134,141); }
div.DivClassName
{
background-color: #DC868D;
}
.BgClassName
{
background-color: #DC868D;
}
</style>
border-color css
<style>
span { border-color: #DC868D; }
span { border-color: rgb(220,134,141); }
td.TdClassName
{
border-color: #DC868D;
}
.TagClassName
{
border-color: #DC868D;
}
</style>