Shades of Carissma #DF8796
Tints of Carissma #DF8796
RGB
CMYK
RGB Variations
Color information
#DF8796 (or 0xDF8796) is known color: Carissma. HEX triplet: DF, 87 and 96. RGB value is (223,135,150). Sum of RGB (Red+Green+Blue) = 223+135+150=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8796 is #207869. Grayscale: #A3A3A3. Windows color (decimal): -2127978 or 9865183. OLE color: 9865183.
HSL color Cylindrical-coordinate representation of color #DF8796: hue angle of 349.77º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8796 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 150 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.13 |
| HSL | 349.77º | 0.58% | 0.7% | - |
| HSV(B) | 349.77º | 0.39% | 0.87% | - |
| XYZ | 44.6 | 35.22 | 33.3 | - |
| YUV | 163.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 150 | 0 | 0.39 | 0.33 | 0.13 | 349.77 | 0.58 | 0.7 |
| Hex | DF | 87 | 96 | 0 | 27 | 21 | D | 15E | 3A | 46 |
| Octal | 337 | 207 | 226 | 0 | 47 | 41 | 15 | 536 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10010110 | 0 | 100111 | 100001 | 1101 | 101011110 | 111010 | 1000110 |
Color Harmonies of #DF8796
Complementary color
Monochromatic Colors of #DF8796
Black with #DF8796
Text Example
Text Example
White with #DF8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8796; }
p { color: rgb(223,135,150); }
H1.HeaderClassName
{
color: #DF8796;
}
.AnyTagClassName
{
color: #DF8796;
}
</style>
background-color css
<style>
a { background-color: #DF8796; }
a { background-color: rgb(223,135,150); }
div.DivClassName
{
background-color: #DF8796;
}
.BgClassName
{
background-color: #DF8796;
}
</style>
border-color css
<style>
span { border-color: #DF8796; }
span { border-color: rgb(223,135,150); }
td.TdClassName
{
border-color: #DF8796;
}
.TagClassName
{
border-color: #DF8796;
}
</style>