Shades of Carissma #DF7E90
Tints of Carissma #DF7E90
RGB
CMYK
RGB Variations
Color information
#DF7E90 (or 0xDF7E90) is known color: Carissma. HEX triplet: DF, 7E and 90. RGB value is (223,126,144). Sum of RGB (Red+Green+Blue) = 223+126+144=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E90 is #20816F. Grayscale: #9D9D9D. Windows color (decimal): -2130288 or 9469663. OLE color: 9469663.
HSL color Cylindrical-coordinate representation of color #DF7E90: hue angle of 348.87º 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 #DF7E90 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 144 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 348.87º | 0.6% | 0.68% | - |
| HSV(B) | 348.87º | 0.43% | 0.87% | - |
| XYZ | 42.93 | 32.62 | 30.42 | - |
| YUV | 157.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 144 | 0 | 0.43 | 0.35 | 0.13 | 348.87 | 0.6 | 0.68 |
| Hex | DF | 7E | 90 | 0 | 2B | 23 | D | 15D | 3C | 44 |
| Octal | 337 | 176 | 220 | 0 | 53 | 43 | 15 | 535 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10010000 | 0 | 101011 | 100011 | 1101 | 101011101 | 111100 | 1000100 |
Color Harmonies of #DF7E90
Complementary color
Monochromatic Colors of #DF7E90
Black with #DF7E90
Text Example
Text Example
White with #DF7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E90; }
p { color: rgb(223,126,144); }
H1.HeaderClassName
{
color: #DF7E90;
}
.AnyTagClassName
{
color: #DF7E90;
}
</style>
background-color css
<style>
a { background-color: #DF7E90; }
a { background-color: rgb(223,126,144); }
div.DivClassName
{
background-color: #DF7E90;
}
.BgClassName
{
background-color: #DF7E90;
}
</style>
border-color css
<style>
span { border-color: #DF7E90; }
span { border-color: rgb(223,126,144); }
td.TdClassName
{
border-color: #DF7E90;
}
.TagClassName
{
border-color: #DF7E90;
}
</style>