Shades of Carissma #DF7EA0
Tints of Carissma #DF7EA0
RGB
CMYK
RGB Variations
Color information
#DF7EA0 (or 0xDF7EA0) is known color: Carissma. HEX triplet: DF, 7E and A0. RGB value is (223,126,160). Sum of RGB (Red+Green+Blue) = 223+126+160=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA0 is #20815F. Grayscale: #9E9E9E. Windows color (decimal): -2130272 or 10518239. OLE color: 10518239.
HSL color Cylindrical-coordinate representation of color #DF7EA0: hue angle of 338.97º 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 #DF7EA0 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 160 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.13 |
| HSL | 338.97º | 0.6% | 0.68% | - |
| HSV(B) | 338.97º | 0.43% | 0.87% | - |
| XYZ | 44.24 | 33.15 | 37.32 | - |
| YUV | 158.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 160 | 0 | 0.43 | 0.28 | 0.13 | 338.97 | 0.6 | 0.68 |
| Hex | DF | 7E | A0 | 0 | 2B | 1C | D | 153 | 3C | 44 |
| Octal | 337 | 176 | 240 | 0 | 53 | 34 | 15 | 523 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10100000 | 0 | 101011 | 11100 | 1101 | 101010011 | 111100 | 1000100 |
Color Harmonies of #DF7EA0
Complementary color
Monochromatic Colors of #DF7EA0
Black with #DF7EA0
Text Example
Text Example
White with #DF7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EA0; }
p { color: rgb(223,126,160); }
H1.HeaderClassName
{
color: #DF7EA0;
}
.AnyTagClassName
{
color: #DF7EA0;
}
</style>
background-color css
<style>
a { background-color: #DF7EA0; }
a { background-color: rgb(223,126,160); }
div.DivClassName
{
background-color: #DF7EA0;
}
.BgClassName
{
background-color: #DF7EA0;
}
</style>
border-color css
<style>
span { border-color: #DF7EA0; }
span { border-color: rgb(223,126,160); }
td.TdClassName
{
border-color: #DF7EA0;
}
.TagClassName
{
border-color: #DF7EA0;
}
</style>