Shades of Carissma #DF7E95
Tints of Carissma #DF7E95
RGB
CMYK
RGB Variations
Color information
#DF7E95 (or 0xDF7E95) is known color: Carissma. HEX triplet: DF, 7E and 95. RGB value is (223,126,149). Sum of RGB (Red+Green+Blue) = 223+126+149=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E95 is #20816A. Grayscale: #9D9D9D. Windows color (decimal): -2130283 or 9797343. OLE color: 9797343.
HSL color Cylindrical-coordinate representation of color #DF7E95: hue angle of 345.77º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E95 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 149 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.13 |
| HSL | 345.77º | 0.6% | 0.68% | - |
| HSV(B) | 345.77º | 0.43% | 0.87% | - |
| XYZ | 43.32 | 32.78 | 32.48 | - |
| YUV | 157.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 149 | 0 | 0.43 | 0.33 | 0.13 | 345.77 | 0.6 | 0.68 |
| Hex | DF | 7E | 95 | 0 | 2B | 21 | D | 15A | 3C | 44 |
| Octal | 337 | 176 | 225 | 0 | 53 | 41 | 15 | 532 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10010101 | 0 | 101011 | 100001 | 1101 | 101011010 | 111100 | 1000100 |
Color Harmonies of #DF7E95
Complementary color
Monochromatic Colors of #DF7E95
Black with #DF7E95
Text Example
Text Example
White with #DF7E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E95; }
p { color: rgb(223,126,149); }
H1.HeaderClassName
{
color: #DF7E95;
}
.AnyTagClassName
{
color: #DF7E95;
}
</style>
background-color css
<style>
a { background-color: #DF7E95; }
a { background-color: rgb(223,126,149); }
div.DivClassName
{
background-color: #DF7E95;
}
.BgClassName
{
background-color: #DF7E95;
}
</style>
border-color css
<style>
span { border-color: #DF7E95; }
span { border-color: rgb(223,126,149); }
td.TdClassName
{
border-color: #DF7E95;
}
.TagClassName
{
border-color: #DF7E95;
}
</style>