Shades of Carissma #DC7F86
Tints of Carissma #DC7F86
RGB
CMYK
RGB Variations
Color information
#DC7F86 (or 0xDC7F86) is known color: Carissma. HEX triplet: DC, 7F and 86. RGB value is (220,127,134). Sum of RGB (Red+Green+Blue) = 220+127+134=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F86 is #238079. Grayscale: #9B9B9B. Windows color (decimal): -2326650 or 8814556. OLE color: 8814556.
HSL color Cylindrical-coordinate representation of color #DC7F86: hue angle of 355.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F86 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 134 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.14 |
| HSL | 355.48º | 0.57% | 0.68% | - |
| HSV(B) | 355.48º | 0.42% | 0.86% | - |
| XYZ | 41.41 | 32.12 | 26.57 | - |
| YUV | 155.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 134 | 0 | 0.42 | 0.39 | 0.14 | 355.48 | 0.57 | 0.68 |
| Hex | DC | 7F | 86 | 0 | 2A | 27 | E | 163 | 39 | 44 |
| Octal | 334 | 177 | 206 | 0 | 52 | 47 | 16 | 543 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10000110 | 0 | 101010 | 100111 | 1110 | 101100011 | 111001 | 1000100 |
Color Harmonies of #DC7F86
Complementary color
Monochromatic Colors of #DC7F86
Black with #DC7F86
Text Example
Text Example
White with #DC7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F86; }
p { color: rgb(220,127,134); }
H1.HeaderClassName
{
color: #DC7F86;
}
.AnyTagClassName
{
color: #DC7F86;
}
</style>
background-color css
<style>
a { background-color: #DC7F86; }
a { background-color: rgb(220,127,134); }
div.DivClassName
{
background-color: #DC7F86;
}
.BgClassName
{
background-color: #DC7F86;
}
</style>
border-color css
<style>
span { border-color: #DC7F86; }
span { border-color: rgb(220,127,134); }
td.TdClassName
{
border-color: #DC7F86;
}
.TagClassName
{
border-color: #DC7F86;
}
</style>