Shades of Carissma #DF8085
Tints of Carissma #DF8085
RGB
CMYK
RGB Variations
Color information
#DF8085 (or 0xDF8085) is known color: Carissma. HEX triplet: DF, 80 and 85. RGB value is (223,128,133). Sum of RGB (Red+Green+Blue) = 223+128+133=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8085 is #207F7A. Grayscale: #9D9D9D. Windows color (decimal): -2129787 or 8749279. OLE color: 8749279.
HSL color Cylindrical-coordinate representation of color #DF8085: hue angle of 356.84º 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 #DF8085 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 133 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 356.84º | 0.6% | 0.69% | - |
| HSV(B) | 356.84º | 0.43% | 0.87% | - |
| XYZ | 42.38 | 32.82 | 26.29 | - |
| YUV | 156.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 133 | 0 | 0.43 | 0.40 | 0.13 | 356.84 | 0.6 | 0.69 |
| Hex | DF | 80 | 85 | 0 | 2B | 28 | D | 165 | 3C | 45 |
| Octal | 337 | 200 | 205 | 0 | 53 | 50 | 15 | 545 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10000101 | 0 | 101011 | 101000 | 1101 | 101100101 | 111100 | 1000101 |
Color Harmonies of #DF8085
Complementary color
Monochromatic Colors of #DF8085
Black with #DF8085
Text Example
Text Example
White with #DF8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8085; }
p { color: rgb(223,128,133); }
H1.HeaderClassName
{
color: #DF8085;
}
.AnyTagClassName
{
color: #DF8085;
}
</style>
background-color css
<style>
a { background-color: #DF8085; }
a { background-color: rgb(223,128,133); }
div.DivClassName
{
background-color: #DF8085;
}
.BgClassName
{
background-color: #DF8085;
}
</style>
border-color css
<style>
span { border-color: #DF8085; }
span { border-color: rgb(223,128,133); }
td.TdClassName
{
border-color: #DF8085;
}
.TagClassName
{
border-color: #DF8085;
}
</style>