Shades of Carissma #DF8496
Tints of Carissma #DF8496
RGB
CMYK
RGB Variations
Color information
#DF8496 (or 0xDF8496) is known color: Carissma. HEX triplet: DF, 84 and 96. RGB value is (223,132,150). Sum of RGB (Red+Green+Blue) = 223+132+150=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8496 is #207B69. Grayscale: #A1A1A1. Windows color (decimal): -2128746 or 9864415. OLE color: 9864415.
HSL color Cylindrical-coordinate representation of color #DF8496: hue angle of 348.13º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8496 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 150 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.13 |
| HSL | 348.13º | 0.59% | 0.7% | - |
| HSV(B) | 348.13º | 0.41% | 0.87% | - |
| XYZ | 44.19 | 34.39 | 33.16 | - |
| YUV | 161.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 150 | 0 | 0.41 | 0.33 | 0.13 | 348.13 | 0.59 | 0.7 |
| Hex | DF | 84 | 96 | 0 | 29 | 21 | D | 15C | 3B | 46 |
| Octal | 337 | 204 | 226 | 0 | 51 | 41 | 15 | 534 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10010110 | 0 | 101001 | 100001 | 1101 | 101011100 | 111011 | 1000110 |
Color Harmonies of #DF8496
Complementary color
Monochromatic Colors of #DF8496
Black with #DF8496
Text Example
Text Example
White with #DF8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8496; }
p { color: rgb(223,132,150); }
H1.HeaderClassName
{
color: #DF8496;
}
.AnyTagClassName
{
color: #DF8496;
}
</style>
background-color css
<style>
a { background-color: #DF8496; }
a { background-color: rgb(223,132,150); }
div.DivClassName
{
background-color: #DF8496;
}
.BgClassName
{
background-color: #DF8496;
}
</style>
border-color css
<style>
span { border-color: #DF8496; }
span { border-color: rgb(223,132,150); }
td.TdClassName
{
border-color: #DF8496;
}
.TagClassName
{
border-color: #DF8496;
}
</style>