Shades of Carissma #DF7E88
Tints of Carissma #DF7E88
RGB
CMYK
RGB Variations
Color information
#DF7E88 (or 0xDF7E88) is known color: Carissma. HEX triplet: DF, 7E and 88. RGB value is (223,126,136). Sum of RGB (Red+Green+Blue) = 223+126+136=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E88 is #208177. Grayscale: #9C9C9C. Windows color (decimal): -2130296 or 8945375. OLE color: 8945375.
HSL color Cylindrical-coordinate representation of color #DF7E88: hue angle of 353.81º 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 #DF7E88 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 136 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.13 |
| HSL | 353.81º | 0.6% | 0.68% | - |
| HSV(B) | 353.81º | 0.43% | 0.87% | - |
| XYZ | 42.34 | 32.39 | 27.31 | - |
| YUV | 156.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 136 | 0 | 0.43 | 0.39 | 0.13 | 353.81 | 0.6 | 0.68 |
| Hex | DF | 7E | 88 | 0 | 2B | 27 | D | 162 | 3C | 44 |
| Octal | 337 | 176 | 210 | 0 | 53 | 47 | 15 | 542 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10001000 | 0 | 101011 | 100111 | 1101 | 101100010 | 111100 | 1000100 |
Color Harmonies of #DF7E88
Complementary color
Monochromatic Colors of #DF7E88
Black with #DF7E88
Text Example
Text Example
White with #DF7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E88; }
p { color: rgb(223,126,136); }
H1.HeaderClassName
{
color: #DF7E88;
}
.AnyTagClassName
{
color: #DF7E88;
}
</style>
background-color css
<style>
a { background-color: #DF7E88; }
a { background-color: rgb(223,126,136); }
div.DivClassName
{
background-color: #DF7E88;
}
.BgClassName
{
background-color: #DF7E88;
}
</style>
border-color css
<style>
span { border-color: #DF7E88; }
span { border-color: rgb(223,126,136); }
td.TdClassName
{
border-color: #DF7E88;
}
.TagClassName
{
border-color: #DF7E88;
}
</style>