Shades of Carissma #DC7F84
Tints of Carissma #DC7F84
RGB
CMYK
RGB Variations
Color information
#DC7F84 (or 0xDC7F84) is known color: Carissma. HEX triplet: DC, 7F and 84. RGB value is (220,127,132). Sum of RGB (Red+Green+Blue) = 220+127+132=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F84 is #23807B. Grayscale: #9B9B9B. Windows color (decimal): -2326652 or 8683484. OLE color: 8683484.
HSL color Cylindrical-coordinate representation of color #DC7F84: hue angle of 356.77º 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 #DC7F84 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 132 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.14 |
| HSL | 356.77º | 0.57% | 0.68% | - |
| HSV(B) | 356.77º | 0.42% | 0.86% | - |
| XYZ | 41.27 | 32.06 | 25.84 | - |
| YUV | 155.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 132 | 0 | 0.42 | 0.40 | 0.14 | 356.77 | 0.57 | 0.68 |
| Hex | DC | 7F | 84 | 0 | 2A | 28 | E | 165 | 39 | 44 |
| Octal | 334 | 177 | 204 | 0 | 52 | 50 | 16 | 545 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10000100 | 0 | 101010 | 101000 | 1110 | 101100101 | 111001 | 1000100 |
Color Harmonies of #DC7F84
Complementary color
Monochromatic Colors of #DC7F84
Black with #DC7F84
Text Example
Text Example
White with #DC7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F84; }
p { color: rgb(220,127,132); }
H1.HeaderClassName
{
color: #DC7F84;
}
.AnyTagClassName
{
color: #DC7F84;
}
</style>
background-color css
<style>
a { background-color: #DC7F84; }
a { background-color: rgb(220,127,132); }
div.DivClassName
{
background-color: #DC7F84;
}
.BgClassName
{
background-color: #DC7F84;
}
</style>
border-color css
<style>
span { border-color: #DC7F84; }
span { border-color: rgb(220,127,132); }
td.TdClassName
{
border-color: #DC7F84;
}
.TagClassName
{
border-color: #DC7F84;
}
</style>