Shades of Carissma #DF849C
Tints of Carissma #DF849C
RGB
CMYK
RGB Variations
Color information
#DF849C (or 0xDF849C) is known color: Carissma. HEX triplet: DF, 84 and 9C. RGB value is (223,132,156). Sum of RGB (Red+Green+Blue) = 223+132+156=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF849C is #207B63. Grayscale: #A1A1A1. Windows color (decimal): -2128740 or 10257631. OLE color: 10257631.
HSL color Cylindrical-coordinate representation of color #DF849C: hue angle of 344.18º 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 #DF849C is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 156 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.13 |
| HSL | 344.18º | 0.59% | 0.7% | - |
| HSV(B) | 344.18º | 0.41% | 0.87% | - |
| XYZ | 44.68 | 34.59 | 35.77 | - |
| YUV | 161.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 156 | 0 | 0.41 | 0.30 | 0.13 | 344.18 | 0.59 | 0.7 |
| Hex | DF | 84 | 9C | 0 | 29 | 1E | D | 158 | 3B | 46 |
| Octal | 337 | 204 | 234 | 0 | 51 | 36 | 15 | 530 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10011100 | 0 | 101001 | 11110 | 1101 | 101011000 | 111011 | 1000110 |
Color Harmonies of #DF849C
Complementary color
Monochromatic Colors of #DF849C
Black with #DF849C
Text Example
Text Example
White with #DF849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF849C; }
p { color: rgb(223,132,156); }
H1.HeaderClassName
{
color: #DF849C;
}
.AnyTagClassName
{
color: #DF849C;
}
</style>
background-color css
<style>
a { background-color: #DF849C; }
a { background-color: rgb(223,132,156); }
div.DivClassName
{
background-color: #DF849C;
}
.BgClassName
{
background-color: #DF849C;
}
</style>
border-color css
<style>
span { border-color: #DF849C; }
span { border-color: rgb(223,132,156); }
td.TdClassName
{
border-color: #DF849C;
}
.TagClassName
{
border-color: #DF849C;
}
</style>