Shades of Carissma #DF858C
Tints of Carissma #DF858C
RGB
CMYK
RGB Variations
Color information
#DF858C (or 0xDF858C) is known color: Carissma. HEX triplet: DF, 85 and 8C. RGB value is (223,133,140). Sum of RGB (Red+Green+Blue) = 223+133+140=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858C is #207A73. Grayscale: #A0A0A0. Windows color (decimal): -2128500 or 9209311. OLE color: 9209311.
HSL color Cylindrical-coordinate representation of color #DF858C: hue angle of 355.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF858C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 140 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.13 |
| HSL | 355.33º | 0.58% | 0.7% | - |
| HSV(B) | 355.33º | 0.4% | 0.87% | - |
| XYZ | 43.55 | 34.36 | 29.15 | - |
| YUV | 160.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 140 | 0 | 0.40 | 0.37 | 0.13 | 355.33 | 0.58 | 0.7 |
| Hex | DF | 85 | 8C | 0 | 28 | 25 | D | 163 | 3A | 46 |
| Octal | 337 | 205 | 214 | 0 | 50 | 45 | 15 | 543 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10001100 | 0 | 101000 | 100101 | 1101 | 101100011 | 111010 | 1000110 |
Color Harmonies of #DF858C
Complementary color
Monochromatic Colors of #DF858C
Black with #DF858C
Text Example
Text Example
White with #DF858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF858C; }
p { color: rgb(223,133,140); }
H1.HeaderClassName
{
color: #DF858C;
}
.AnyTagClassName
{
color: #DF858C;
}
</style>
background-color css
<style>
a { background-color: #DF858C; }
a { background-color: rgb(223,133,140); }
div.DivClassName
{
background-color: #DF858C;
}
.BgClassName
{
background-color: #DF858C;
}
</style>
border-color css
<style>
span { border-color: #DF858C; }
span { border-color: rgb(223,133,140); }
td.TdClassName
{
border-color: #DF858C;
}
.TagClassName
{
border-color: #DF858C;
}
</style>