Shades of Carissma #DC7F8C
Tints of Carissma #DC7F8C
RGB
CMYK
RGB Variations
Color information
#DC7F8C (or 0xDC7F8C) is known color: Carissma. HEX triplet: DC, 7F and 8C. RGB value is (220,127,140). Sum of RGB (Red+Green+Blue) = 220+127+140=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F8C is #238073. Grayscale: #9C9C9C. Windows color (decimal): -2326644 or 9207772. OLE color: 9207772.
HSL color Cylindrical-coordinate representation of color #DC7F8C: hue angle of 351.61º 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 #DC7F8C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 140 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.14 |
| HSL | 351.61º | 0.57% | 0.68% | - |
| HSV(B) | 351.61º | 0.42% | 0.86% | - |
| XYZ | 41.84 | 32.29 | 28.84 | - |
| YUV | 156.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 140 | 0 | 0.42 | 0.36 | 0.14 | 351.61 | 0.57 | 0.68 |
| Hex | DC | 7F | 8C | 0 | 2A | 24 | E | 160 | 39 | 44 |
| Octal | 334 | 177 | 214 | 0 | 52 | 44 | 16 | 540 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10001100 | 0 | 101010 | 100100 | 1110 | 101100000 | 111001 | 1000100 |
Color Harmonies of #DC7F8C
Complementary color
Monochromatic Colors of #DC7F8C
Black with #DC7F8C
Text Example
Text Example
White with #DC7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F8C; }
p { color: rgb(220,127,140); }
H1.HeaderClassName
{
color: #DC7F8C;
}
.AnyTagClassName
{
color: #DC7F8C;
}
</style>
background-color css
<style>
a { background-color: #DC7F8C; }
a { background-color: rgb(220,127,140); }
div.DivClassName
{
background-color: #DC7F8C;
}
.BgClassName
{
background-color: #DC7F8C;
}
</style>
border-color css
<style>
span { border-color: #DC7F8C; }
span { border-color: rgb(220,127,140); }
td.TdClassName
{
border-color: #DC7F8C;
}
.TagClassName
{
border-color: #DC7F8C;
}
</style>