Shades of Carissma #DF8E99
Tints of Carissma #DF8E99
RGB
CMYK
RGB Variations
Color information
#DF8E99 (or 0xDF8E99) is known color: Carissma. HEX triplet: DF, 8E and 99. RGB value is (223,142,153). Sum of RGB (Red+Green+Blue) = 223+142+153=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E99 is #207166. Grayscale: #A7A7A7. Windows color (decimal): -2126183 or 10063583. OLE color: 10063583.
HSL color Cylindrical-coordinate representation of color #DF8E99: hue angle of 351.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8E99 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 153 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.13 |
| HSL | 351.85º | 0.56% | 0.72% | - |
| HSV(B) | 351.85º | 0.36% | 0.87% | - |
| XYZ | 45.85 | 37.33 | 34.93 | - |
| YUV | 167.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 153 | 0 | 0.36 | 0.31 | 0.13 | 351.85 | 0.56 | 0.72 |
| Hex | DF | 8E | 99 | 0 | 24 | 1F | D | 160 | 38 | 48 |
| Octal | 337 | 216 | 231 | 0 | 44 | 37 | 15 | 540 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10011001 | 0 | 100100 | 11111 | 1101 | 101100000 | 111000 | 1001000 |
Color Harmonies of #DF8E99
Complementary color
Monochromatic Colors of #DF8E99
Black with #DF8E99
Text Example
Text Example
White with #DF8E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E99; }
p { color: rgb(223,142,153); }
H1.HeaderClassName
{
color: #DF8E99;
}
.AnyTagClassName
{
color: #DF8E99;
}
</style>
background-color css
<style>
a { background-color: #DF8E99; }
a { background-color: rgb(223,142,153); }
div.DivClassName
{
background-color: #DF8E99;
}
.BgClassName
{
background-color: #DF8E99;
}
</style>
border-color css
<style>
span { border-color: #DF8E99; }
span { border-color: rgb(223,142,153); }
td.TdClassName
{
border-color: #DF8E99;
}
.TagClassName
{
border-color: #DF8E99;
}
</style>