Shades of Carissma #DF7E8E
Tints of Carissma #DF7E8E
RGB
CMYK
RGB Variations
Color information
#DF7E8E (or 0xDF7E8E) is known color: Carissma. HEX triplet: DF, 7E and 8E. RGB value is (223,126,142). Sum of RGB (Red+Green+Blue) = 223+126+142=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E8E is #208171. Grayscale: #9C9C9C. Windows color (decimal): -2130290 or 9338591. OLE color: 9338591.
HSL color Cylindrical-coordinate representation of color #DF7E8E: hue angle of 350.1º 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 #DF7E8E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 142 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.13 |
| HSL | 350.1º | 0.6% | 0.68% | - |
| HSV(B) | 350.1º | 0.43% | 0.87% | - |
| XYZ | 42.77 | 32.56 | 29.62 | - |
| YUV | 156.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 142 | 0 | 0.43 | 0.36 | 0.13 | 350.1 | 0.6 | 0.68 |
| Hex | DF | 7E | 8E | 0 | 2B | 24 | D | 15E | 3C | 44 |
| Octal | 337 | 176 | 216 | 0 | 53 | 44 | 15 | 536 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10001110 | 0 | 101011 | 100100 | 1101 | 101011110 | 111100 | 1000100 |
Color Harmonies of #DF7E8E
Complementary color
Monochromatic Colors of #DF7E8E
Black with #DF7E8E
Text Example
Text Example
White with #DF7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E8E; }
p { color: rgb(223,126,142); }
H1.HeaderClassName
{
color: #DF7E8E;
}
.AnyTagClassName
{
color: #DF7E8E;
}
</style>
background-color css
<style>
a { background-color: #DF7E8E; }
a { background-color: rgb(223,126,142); }
div.DivClassName
{
background-color: #DF7E8E;
}
.BgClassName
{
background-color: #DF7E8E;
}
</style>
border-color css
<style>
span { border-color: #DF7E8E; }
span { border-color: rgb(223,126,142); }
td.TdClassName
{
border-color: #DF7E8E;
}
.TagClassName
{
border-color: #DF7E8E;
}
</style>