Shades of Carissma #DF8E97
Tints of Carissma #DF8E97
RGB
CMYK
RGB Variations
Color information
#DF8E97 (or 0xDF8E97) is known color: Carissma. HEX triplet: DF, 8E and 97. RGB value is (223,142,151). Sum of RGB (Red+Green+Blue) = 223+142+151=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E97 is #207168. Grayscale: #A7A7A7. Windows color (decimal): -2126185 or 9932511. OLE color: 9932511.
HSL color Cylindrical-coordinate representation of color #DF8E97: hue angle of 353.33º 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 #DF8E97 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 151 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.13 |
| HSL | 353.33º | 0.56% | 0.72% | - |
| HSV(B) | 353.33º | 0.36% | 0.87% | - |
| XYZ | 45.69 | 37.27 | 34.06 | - |
| YUV | 167.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 151 | 0 | 0.36 | 0.32 | 0.13 | 353.33 | 0.56 | 0.72 |
| Hex | DF | 8E | 97 | 0 | 24 | 20 | D | 161 | 38 | 48 |
| Octal | 337 | 216 | 227 | 0 | 44 | 40 | 15 | 541 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10010111 | 0 | 100100 | 100000 | 1101 | 101100001 | 111000 | 1001000 |
Color Harmonies of #DF8E97
Complementary color
Monochromatic Colors of #DF8E97
Black with #DF8E97
Text Example
Text Example
White with #DF8E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E97; }
p { color: rgb(223,142,151); }
H1.HeaderClassName
{
color: #DF8E97;
}
.AnyTagClassName
{
color: #DF8E97;
}
</style>
background-color css
<style>
a { background-color: #DF8E97; }
a { background-color: rgb(223,142,151); }
div.DivClassName
{
background-color: #DF8E97;
}
.BgClassName
{
background-color: #DF8E97;
}
</style>
border-color css
<style>
span { border-color: #DF8E97; }
span { border-color: rgb(223,142,151); }
td.TdClassName
{
border-color: #DF8E97;
}
.TagClassName
{
border-color: #DF8E97;
}
</style>