Shades of Carissma #DF849B
Tints of Carissma #DF849B
RGB
CMYK
RGB Variations
Color information
#DF849B (or 0xDF849B) is known color: Carissma. HEX triplet: DF, 84 and 9B. RGB value is (223,132,155). Sum of RGB (Red+Green+Blue) = 223+132+155=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF849B is #207B64. Grayscale: #A1A1A1. Windows color (decimal): -2128741 or 10192095. OLE color: 10192095.
HSL color Cylindrical-coordinate representation of color #DF849B: hue angle of 344.84º 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 #DF849B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 155 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.13 |
| HSL | 344.84º | 0.59% | 0.7% | - |
| HSV(B) | 344.84º | 0.41% | 0.87% | - |
| XYZ | 44.6 | 34.56 | 35.33 | - |
| YUV | 161.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 155 | 0 | 0.41 | 0.30 | 0.13 | 344.84 | 0.59 | 0.7 |
| Hex | DF | 84 | 9B | 0 | 29 | 1E | D | 159 | 3B | 46 |
| Octal | 337 | 204 | 233 | 0 | 51 | 36 | 15 | 531 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10011011 | 0 | 101001 | 11110 | 1101 | 101011001 | 111011 | 1000110 |
Color Harmonies of #DF849B
Complementary color
Monochromatic Colors of #DF849B
Black with #DF849B
Text Example
Text Example
White with #DF849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF849B; }
p { color: rgb(223,132,155); }
H1.HeaderClassName
{
color: #DF849B;
}
.AnyTagClassName
{
color: #DF849B;
}
</style>
background-color css
<style>
a { background-color: #DF849B; }
a { background-color: rgb(223,132,155); }
div.DivClassName
{
background-color: #DF849B;
}
.BgClassName
{
background-color: #DF849B;
}
</style>
border-color css
<style>
span { border-color: #DF849B; }
span { border-color: rgb(223,132,155); }
td.TdClassName
{
border-color: #DF849B;
}
.TagClassName
{
border-color: #DF849B;
}
</style>