Shades of Carissma #DF8394
Tints of Carissma #DF8394
RGB
CMYK
RGB Variations
Color information
#DF8394 (or 0xDF8394) is known color: Carissma. HEX triplet: DF, 83 and 94. RGB value is (223,131,148). Sum of RGB (Red+Green+Blue) = 223+131+148=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8394 is #207C6B. Grayscale: #A0A0A0. Windows color (decimal): -2129004 or 9733087. OLE color: 9733087.
HSL color Cylindrical-coordinate representation of color #DF8394: hue angle of 348.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8394 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 148 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.13 |
| HSL | 348.91º | 0.59% | 0.69% | - |
| HSV(B) | 348.91º | 0.41% | 0.87% | - |
| XYZ | 43.89 | 34.06 | 32.28 | - |
| YUV | 160.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 148 | 0 | 0.41 | 0.34 | 0.13 | 348.91 | 0.59 | 0.69 |
| Hex | DF | 83 | 94 | 0 | 29 | 22 | D | 15D | 3B | 45 |
| Octal | 337 | 203 | 224 | 0 | 51 | 42 | 15 | 535 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10010100 | 0 | 101001 | 100010 | 1101 | 101011101 | 111011 | 1000101 |
Color Harmonies of #DF8394
Complementary color
Monochromatic Colors of #DF8394
Black with #DF8394
Text Example
Text Example
White with #DF8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8394; }
p { color: rgb(223,131,148); }
H1.HeaderClassName
{
color: #DF8394;
}
.AnyTagClassName
{
color: #DF8394;
}
</style>
background-color css
<style>
a { background-color: #DF8394; }
a { background-color: rgb(223,131,148); }
div.DivClassName
{
background-color: #DF8394;
}
.BgClassName
{
background-color: #DF8394;
}
</style>
border-color css
<style>
span { border-color: #DF8394; }
span { border-color: rgb(223,131,148); }
td.TdClassName
{
border-color: #DF8394;
}
.TagClassName
{
border-color: #DF8394;
}
</style>