Shades of Carissma #DF8896
Tints of Carissma #DF8896
RGB
CMYK
RGB Variations
Color information
#DF8896 (or 0xDF8896) is known color: Carissma. HEX triplet: DF, 88 and 96. RGB value is (223,136,150). Sum of RGB (Red+Green+Blue) = 223+136+150=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8896 is #207769. Grayscale: #A3A3A3. Windows color (decimal): -2127722 or 9865439. OLE color: 9865439.
HSL color Cylindrical-coordinate representation of color #DF8896: hue angle of 350.34º 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 #DF8896 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 150 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.13 |
| HSL | 350.34º | 0.58% | 0.7% | - |
| HSV(B) | 350.34º | 0.39% | 0.87% | - |
| XYZ | 44.74 | 35.5 | 33.35 | - |
| YUV | 163.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 150 | 0 | 0.39 | 0.33 | 0.13 | 350.34 | 0.58 | 0.7 |
| Hex | DF | 88 | 96 | 0 | 27 | 21 | D | 15E | 3A | 46 |
| Octal | 337 | 210 | 226 | 0 | 47 | 41 | 15 | 536 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10010110 | 0 | 100111 | 100001 | 1101 | 101011110 | 111010 | 1000110 |
Color Harmonies of #DF8896
Complementary color
Monochromatic Colors of #DF8896
Black with #DF8896
Text Example
Text Example
White with #DF8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8896; }
p { color: rgb(223,136,150); }
H1.HeaderClassName
{
color: #DF8896;
}
.AnyTagClassName
{
color: #DF8896;
}
</style>
background-color css
<style>
a { background-color: #DF8896; }
a { background-color: rgb(223,136,150); }
div.DivClassName
{
background-color: #DF8896;
}
.BgClassName
{
background-color: #DF8896;
}
</style>
border-color css
<style>
span { border-color: #DF8896; }
span { border-color: rgb(223,136,150); }
td.TdClassName
{
border-color: #DF8896;
}
.TagClassName
{
border-color: #DF8896;
}
</style>