Shades of Carissma #DF858A
Tints of Carissma #DF858A
RGB
CMYK
RGB Variations
Color information
#DF858A (or 0xDF858A) is known color: Carissma. HEX triplet: DF, 85 and 8A. RGB value is (223,133,138). Sum of RGB (Red+Green+Blue) = 223+133+138=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858A is #207A75. Grayscale: #A0A0A0. Windows color (decimal): -2128502 or 9078239. OLE color: 9078239.
HSL color Cylindrical-coordinate representation of color #DF858A: hue angle of 356.67º 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 #DF858A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 138 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 356.67º | 0.58% | 0.7% | - |
| HSV(B) | 356.67º | 0.4% | 0.87% | - |
| XYZ | 43.41 | 34.3 | 28.38 | - |
| YUV | 160.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 138 | 0 | 0.40 | 0.38 | 0.13 | 356.67 | 0.58 | 0.7 |
| Hex | DF | 85 | 8A | 0 | 28 | 26 | D | 165 | 3A | 46 |
| Octal | 337 | 205 | 212 | 0 | 50 | 46 | 15 | 545 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10001010 | 0 | 101000 | 100110 | 1101 | 101100101 | 111010 | 1000110 |
Color Harmonies of #DF858A
Complementary color
Monochromatic Colors of #DF858A
Black with #DF858A
Text Example
Text Example
White with #DF858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF858A; }
p { color: rgb(223,133,138); }
H1.HeaderClassName
{
color: #DF858A;
}
.AnyTagClassName
{
color: #DF858A;
}
</style>
background-color css
<style>
a { background-color: #DF858A; }
a { background-color: rgb(223,133,138); }
div.DivClassName
{
background-color: #DF858A;
}
.BgClassName
{
background-color: #DF858A;
}
</style>
border-color css
<style>
span { border-color: #DF858A; }
span { border-color: rgb(223,133,138); }
td.TdClassName
{
border-color: #DF858A;
}
.TagClassName
{
border-color: #DF858A;
}
</style>