Shades of Carissma #DC7F85
Tints of Carissma #DC7F85
RGB
CMYK
RGB Variations
Color information
#DC7F85 (or 0xDC7F85) is known color: Carissma. HEX triplet: DC, 7F and 85. RGB value is (220,127,133). Sum of RGB (Red+Green+Blue) = 220+127+133=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F85 is #23807A. Grayscale: #9B9B9B. Windows color (decimal): -2326651 or 8749020. OLE color: 8749020.
HSL color Cylindrical-coordinate representation of color #DC7F85: hue angle of 356.13º 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 #DC7F85 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 133 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.14 |
| HSL | 356.13º | 0.57% | 0.68% | - |
| HSV(B) | 356.13º | 0.42% | 0.86% | - |
| XYZ | 41.34 | 32.09 | 26.21 | - |
| YUV | 155.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 133 | 0 | 0.42 | 0.40 | 0.14 | 356.13 | 0.57 | 0.68 |
| Hex | DC | 7F | 85 | 0 | 2A | 28 | E | 164 | 39 | 44 |
| Octal | 334 | 177 | 205 | 0 | 52 | 50 | 16 | 544 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10000101 | 0 | 101010 | 101000 | 1110 | 101100100 | 111001 | 1000100 |
Color Harmonies of #DC7F85
Complementary color
Monochromatic Colors of #DC7F85
Black with #DC7F85
Text Example
Text Example
White with #DC7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F85; }
p { color: rgb(220,127,133); }
H1.HeaderClassName
{
color: #DC7F85;
}
.AnyTagClassName
{
color: #DC7F85;
}
</style>
background-color css
<style>
a { background-color: #DC7F85; }
a { background-color: rgb(220,127,133); }
div.DivClassName
{
background-color: #DC7F85;
}
.BgClassName
{
background-color: #DC7F85;
}
</style>
border-color css
<style>
span { border-color: #DC7F85; }
span { border-color: rgb(220,127,133); }
td.TdClassName
{
border-color: #DC7F85;
}
.TagClassName
{
border-color: #DC7F85;
}
</style>