Shades of Carissma #DF8494
Tints of Carissma #DF8494
RGB
CMYK
RGB Variations
Color information
#DF8494 (or 0xDF8494) is known color: Carissma. HEX triplet: DF, 84 and 94. RGB value is (223,132,148). Sum of RGB (Red+Green+Blue) = 223+132+148=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8494 is #207B6B. Grayscale: #A1A1A1. Windows color (decimal): -2128748 or 9733343. OLE color: 9733343.
HSL color Cylindrical-coordinate representation of color #DF8494: hue angle of 349.45º 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 #DF8494 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 148 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.13 |
| HSL | 349.45º | 0.59% | 0.7% | - |
| HSV(B) | 349.45º | 0.41% | 0.87% | - |
| XYZ | 44.03 | 34.33 | 32.32 | - |
| YUV | 161.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 148 | 0 | 0.41 | 0.34 | 0.13 | 349.45 | 0.59 | 0.7 |
| Hex | DF | 84 | 94 | 0 | 29 | 22 | D | 15D | 3B | 46 |
| Octal | 337 | 204 | 224 | 0 | 51 | 42 | 15 | 535 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10010100 | 0 | 101001 | 100010 | 1101 | 101011101 | 111011 | 1000110 |
Color Harmonies of #DF8494
Complementary color
Monochromatic Colors of #DF8494
Black with #DF8494
Text Example
Text Example
White with #DF8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8494; }
p { color: rgb(223,132,148); }
H1.HeaderClassName
{
color: #DF8494;
}
.AnyTagClassName
{
color: #DF8494;
}
</style>
background-color css
<style>
a { background-color: #DF8494; }
a { background-color: rgb(223,132,148); }
div.DivClassName
{
background-color: #DF8494;
}
.BgClassName
{
background-color: #DF8494;
}
</style>
border-color css
<style>
span { border-color: #DF8494; }
span { border-color: rgb(223,132,148); }
td.TdClassName
{
border-color: #DF8494;
}
.TagClassName
{
border-color: #DF8494;
}
</style>