Shades of Carissma #DF8086
Tints of Carissma #DF8086
RGB
CMYK
RGB Variations
Color information
#DF8086 (or 0xDF8086) is known color: Carissma. HEX triplet: DF, 80 and 86. RGB value is (223,128,134). Sum of RGB (Red+Green+Blue) = 223+128+134=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8086 is #207F79. Grayscale: #9D9D9D. Windows color (decimal): -2129786 or 8814815. OLE color: 8814815.
HSL color Cylindrical-coordinate representation of color #DF8086: hue angle of 356.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8086 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 134 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 356.21º | 0.6% | 0.69% | - |
| HSV(B) | 356.21º | 0.43% | 0.87% | - |
| XYZ | 42.45 | 32.85 | 26.66 | - |
| YUV | 157.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 134 | 0 | 0.43 | 0.40 | 0.13 | 356.21 | 0.6 | 0.69 |
| Hex | DF | 80 | 86 | 0 | 2B | 28 | D | 164 | 3C | 45 |
| Octal | 337 | 200 | 206 | 0 | 53 | 50 | 15 | 544 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10000110 | 0 | 101011 | 101000 | 1101 | 101100100 | 111100 | 1000101 |
Color Harmonies of #DF8086
Complementary color
Monochromatic Colors of #DF8086
Black with #DF8086
Text Example
Text Example
White with #DF8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8086; }
p { color: rgb(223,128,134); }
H1.HeaderClassName
{
color: #DF8086;
}
.AnyTagClassName
{
color: #DF8086;
}
</style>
background-color css
<style>
a { background-color: #DF8086; }
a { background-color: rgb(223,128,134); }
div.DivClassName
{
background-color: #DF8086;
}
.BgClassName
{
background-color: #DF8086;
}
</style>
border-color css
<style>
span { border-color: #DF8086; }
span { border-color: rgb(223,128,134); }
td.TdClassName
{
border-color: #DF8086;
}
.TagClassName
{
border-color: #DF8086;
}
</style>