Shades of Carissma #DF7D95
Tints of Carissma #DF7D95
RGB
CMYK
RGB Variations
Color information
#DF7D95 (or 0xDF7D95) is known color: Carissma. HEX triplet: DF, 7D and 95. RGB value is (223,125,149). Sum of RGB (Red+Green+Blue) = 223+125+149=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D95 is #20826A. Grayscale: #9D9D9D. Windows color (decimal): -2130539 or 9797087. OLE color: 9797087.
HSL color Cylindrical-coordinate representation of color #DF7D95: hue angle of 345.31º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D95 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 149 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.13 |
| HSL | 345.31º | 0.6% | 0.68% | - |
| HSV(B) | 345.31º | 0.44% | 0.87% | - |
| XYZ | 43.19 | 32.53 | 32.44 | - |
| YUV | 157.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 149 | 0 | 0.44 | 0.33 | 0.13 | 345.31 | 0.6 | 0.68 |
| Hex | DF | 7D | 95 | 0 | 2C | 21 | D | 159 | 3C | 44 |
| Octal | 337 | 175 | 225 | 0 | 54 | 41 | 15 | 531 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10010101 | 0 | 101100 | 100001 | 1101 | 101011001 | 111100 | 1000100 |
Color Harmonies of #DF7D95
Complementary color
Monochromatic Colors of #DF7D95
Black with #DF7D95
Text Example
Text Example
White with #DF7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D95; }
p { color: rgb(223,125,149); }
H1.HeaderClassName
{
color: #DF7D95;
}
.AnyTagClassName
{
color: #DF7D95;
}
</style>
background-color css
<style>
a { background-color: #DF7D95; }
a { background-color: rgb(223,125,149); }
div.DivClassName
{
background-color: #DF7D95;
}
.BgClassName
{
background-color: #DF7D95;
}
</style>
border-color css
<style>
span { border-color: #DF7D95; }
span { border-color: rgb(223,125,149); }
td.TdClassName
{
border-color: #DF7D95;
}
.TagClassName
{
border-color: #DF7D95;
}
</style>