Shades of Carissma #DF8697
Tints of Carissma #DF8697
RGB
CMYK
RGB Variations
Color information
#DF8697 (or 0xDF8697) is known color: Carissma. HEX triplet: DF, 86 and 97. RGB value is (223,134,151). Sum of RGB (Red+Green+Blue) = 223+134+151=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8697 is #207968. Grayscale: #A2A2A2. Windows color (decimal): -2128233 or 9930463. OLE color: 9930463.
HSL color Cylindrical-coordinate representation of color #DF8697: hue angle of 348.54º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8697 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 151 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.13 |
| HSL | 348.54º | 0.58% | 0.7% | - |
| HSV(B) | 348.54º | 0.4% | 0.87% | - |
| XYZ | 44.54 | 34.97 | 33.68 | - |
| YUV | 162.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 151 | 0 | 0.40 | 0.32 | 0.13 | 348.54 | 0.58 | 0.7 |
| Hex | DF | 86 | 97 | 0 | 28 | 20 | D | 15D | 3A | 46 |
| Octal | 337 | 206 | 227 | 0 | 50 | 40 | 15 | 535 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10010111 | 0 | 101000 | 100000 | 1101 | 101011101 | 111010 | 1000110 |
Color Harmonies of #DF8697
Complementary color
Monochromatic Colors of #DF8697
Black with #DF8697
Text Example
Text Example
White with #DF8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8697; }
p { color: rgb(223,134,151); }
H1.HeaderClassName
{
color: #DF8697;
}
.AnyTagClassName
{
color: #DF8697;
}
</style>
background-color css
<style>
a { background-color: #DF8697; }
a { background-color: rgb(223,134,151); }
div.DivClassName
{
background-color: #DF8697;
}
.BgClassName
{
background-color: #DF8697;
}
</style>
border-color css
<style>
span { border-color: #DF8697; }
span { border-color: rgb(223,134,151); }
td.TdClassName
{
border-color: #DF8697;
}
.TagClassName
{
border-color: #DF8697;
}
</style>