Shades of Carissma #DC7F95
Tints of Carissma #DC7F95
RGB
CMYK
RGB Variations
Color information
#DC7F95 (or 0xDC7F95) is known color: Carissma. HEX triplet: DC, 7F and 95. RGB value is (220,127,149). Sum of RGB (Red+Green+Blue) = 220+127+149=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F95 is #23806A. Grayscale: #9D9D9D. Windows color (decimal): -2326635 or 9797596. OLE color: 9797596.
HSL color Cylindrical-coordinate representation of color #DC7F95: hue angle of 345.81º 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 #DC7F95 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 149 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.14 |
| HSL | 345.81º | 0.57% | 0.68% | - |
| HSV(B) | 345.81º | 0.42% | 0.86% | - |
| XYZ | 42.53 | 32.56 | 32.48 | - |
| YUV | 157.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 149 | 0 | 0.42 | 0.32 | 0.14 | 345.81 | 0.57 | 0.68 |
| Hex | DC | 7F | 95 | 0 | 2A | 20 | E | 15A | 39 | 44 |
| Octal | 334 | 177 | 225 | 0 | 52 | 40 | 16 | 532 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10010101 | 0 | 101010 | 100000 | 1110 | 101011010 | 111001 | 1000100 |
Color Harmonies of #DC7F95
Complementary color
Monochromatic Colors of #DC7F95
Black with #DC7F95
Text Example
Text Example
White with #DC7F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F95; }
p { color: rgb(220,127,149); }
H1.HeaderClassName
{
color: #DC7F95;
}
.AnyTagClassName
{
color: #DC7F95;
}
</style>
background-color css
<style>
a { background-color: #DC7F95; }
a { background-color: rgb(220,127,149); }
div.DivClassName
{
background-color: #DC7F95;
}
.BgClassName
{
background-color: #DC7F95;
}
</style>
border-color css
<style>
span { border-color: #DC7F95; }
span { border-color: rgb(220,127,149); }
td.TdClassName
{
border-color: #DC7F95;
}
.TagClassName
{
border-color: #DC7F95;
}
</style>