Shades of Carissma #DF7E96
Tints of Carissma #DF7E96
RGB
CMYK
RGB Variations
Color information
#DF7E96 (or 0xDF7E96) is known color: Carissma. HEX triplet: DF, 7E and 96. RGB value is (223,126,150). Sum of RGB (Red+Green+Blue) = 223+126+150=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E96 is #208169. Grayscale: #9D9D9D. Windows color (decimal): -2130282 or 9862879. OLE color: 9862879.
HSL color Cylindrical-coordinate representation of color #DF7E96: hue angle of 345.15º 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 #DF7E96 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 150 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.13 |
| HSL | 345.15º | 0.6% | 0.68% | - |
| HSV(B) | 345.15º | 0.43% | 0.87% | - |
| XYZ | 43.4 | 32.81 | 32.9 | - |
| YUV | 157.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 150 | 0 | 0.43 | 0.33 | 0.13 | 345.15 | 0.6 | 0.68 |
| Hex | DF | 7E | 96 | 0 | 2B | 21 | D | 159 | 3C | 44 |
| Octal | 337 | 176 | 226 | 0 | 53 | 41 | 15 | 531 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10010110 | 0 | 101011 | 100001 | 1101 | 101011001 | 111100 | 1000100 |
Color Harmonies of #DF7E96
Complementary color
Monochromatic Colors of #DF7E96
Black with #DF7E96
Text Example
Text Example
White with #DF7E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E96; }
p { color: rgb(223,126,150); }
H1.HeaderClassName
{
color: #DF7E96;
}
.AnyTagClassName
{
color: #DF7E96;
}
</style>
background-color css
<style>
a { background-color: #DF7E96; }
a { background-color: rgb(223,126,150); }
div.DivClassName
{
background-color: #DF7E96;
}
.BgClassName
{
background-color: #DF7E96;
}
</style>
border-color css
<style>
span { border-color: #DF7E96; }
span { border-color: rgb(223,126,150); }
td.TdClassName
{
border-color: #DF7E96;
}
.TagClassName
{
border-color: #DF7E96;
}
</style>