Shades of Carissma #DF8286
Tints of Carissma #DF8286
RGB
CMYK
RGB Variations
Color information
#DF8286 (or 0xDF8286) is known color: Carissma. HEX triplet: DF, 82 and 86. RGB value is (223,130,134). Sum of RGB (Red+Green+Blue) = 223+130+134=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8286 is #207D79. Grayscale: #9E9E9E. Windows color (decimal): -2129274 or 8815327. OLE color: 8815327.
HSL color Cylindrical-coordinate representation of color #DF8286: hue angle of 357.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8286 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 134 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.13 |
| HSL | 357.42º | 0.59% | 0.69% | - |
| HSV(B) | 357.42º | 0.42% | 0.87% | - |
| XYZ | 42.72 | 33.37 | 26.74 | - |
| YUV | 158.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 134 | 0 | 0.42 | 0.40 | 0.13 | 357.42 | 0.59 | 0.69 |
| Hex | DF | 82 | 86 | 0 | 2A | 28 | D | 165 | 3B | 45 |
| Octal | 337 | 202 | 206 | 0 | 52 | 50 | 15 | 545 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10000110 | 0 | 101010 | 101000 | 1101 | 101100101 | 111011 | 1000101 |
Color Harmonies of #DF8286
Complementary color
Monochromatic Colors of #DF8286
Black with #DF8286
Text Example
Text Example
White with #DF8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8286; }
p { color: rgb(223,130,134); }
H1.HeaderClassName
{
color: #DF8286;
}
.AnyTagClassName
{
color: #DF8286;
}
</style>
background-color css
<style>
a { background-color: #DF8286; }
a { background-color: rgb(223,130,134); }
div.DivClassName
{
background-color: #DF8286;
}
.BgClassName
{
background-color: #DF8286;
}
</style>
border-color css
<style>
span { border-color: #DF8286; }
span { border-color: rgb(223,130,134); }
td.TdClassName
{
border-color: #DF8286;
}
.TagClassName
{
border-color: #DF8286;
}
</style>