Shades of Carissma #DF8696
Tints of Carissma #DF8696
RGB
CMYK
RGB Variations
Color information
#DF8696 (or 0xDF8696) is known color: Carissma. HEX triplet: DF, 86 and 96. RGB value is (223,134,150). Sum of RGB (Red+Green+Blue) = 223+134+150=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8696 is #207969. Grayscale: #A2A2A2. Windows color (decimal): -2128234 or 9864927. OLE color: 9864927.
HSL color Cylindrical-coordinate representation of color #DF8696: hue angle of 349.21º 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 #DF8696 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 150 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.13 |
| HSL | 349.21º | 0.58% | 0.7% | - |
| HSV(B) | 349.21º | 0.4% | 0.87% | - |
| XYZ | 44.46 | 34.94 | 33.25 | - |
| YUV | 162.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 150 | 0 | 0.40 | 0.33 | 0.13 | 349.21 | 0.58 | 0.7 |
| Hex | DF | 86 | 96 | 0 | 28 | 21 | D | 15D | 3A | 46 |
| Octal | 337 | 206 | 226 | 0 | 50 | 41 | 15 | 535 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10010110 | 0 | 101000 | 100001 | 1101 | 101011101 | 111010 | 1000110 |
Color Harmonies of #DF8696
Complementary color
Monochromatic Colors of #DF8696
Black with #DF8696
Text Example
Text Example
White with #DF8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8696; }
p { color: rgb(223,134,150); }
H1.HeaderClassName
{
color: #DF8696;
}
.AnyTagClassName
{
color: #DF8696;
}
</style>
background-color css
<style>
a { background-color: #DF8696; }
a { background-color: rgb(223,134,150); }
div.DivClassName
{
background-color: #DF8696;
}
.BgClassName
{
background-color: #DF8696;
}
</style>
border-color css
<style>
span { border-color: #DF8696; }
span { border-color: rgb(223,134,150); }
td.TdClassName
{
border-color: #DF8696;
}
.TagClassName
{
border-color: #DF8696;
}
</style>