Shades of Carissma #DF7E98
Tints of Carissma #DF7E98
RGB
CMYK
RGB Variations
Color information
#DF7E98 (or 0xDF7E98) is known color: Carissma. HEX triplet: DF, 7E and 98. RGB value is (223,126,152). Sum of RGB (Red+Green+Blue) = 223+126+152=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E98 is #208167. Grayscale: #9D9D9D. Windows color (decimal): -2130280 or 9993951. OLE color: 9993951.
HSL color Cylindrical-coordinate representation of color #DF7E98: hue angle of 343.92º 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 #DF7E98 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 152 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.13 |
| HSL | 343.92º | 0.6% | 0.68% | - |
| HSV(B) | 343.92º | 0.43% | 0.87% | - |
| XYZ | 43.56 | 32.88 | 33.76 | - |
| YUV | 157.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 152 | 0 | 0.43 | 0.32 | 0.13 | 343.92 | 0.6 | 0.68 |
| Hex | DF | 7E | 98 | 0 | 2B | 20 | D | 158 | 3C | 44 |
| Octal | 337 | 176 | 230 | 0 | 53 | 40 | 15 | 530 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10011000 | 0 | 101011 | 100000 | 1101 | 101011000 | 111100 | 1000100 |
Color Harmonies of #DF7E98
Complementary color
Monochromatic Colors of #DF7E98
Black with #DF7E98
Text Example
Text Example
White with #DF7E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E98; }
p { color: rgb(223,126,152); }
H1.HeaderClassName
{
color: #DF7E98;
}
.AnyTagClassName
{
color: #DF7E98;
}
</style>
background-color css
<style>
a { background-color: #DF7E98; }
a { background-color: rgb(223,126,152); }
div.DivClassName
{
background-color: #DF7E98;
}
.BgClassName
{
background-color: #DF7E98;
}
</style>
border-color css
<style>
span { border-color: #DF7E98; }
span { border-color: rgb(223,126,152); }
td.TdClassName
{
border-color: #DF7E98;
}
.TagClassName
{
border-color: #DF7E98;
}
</style>