Shades of Carissma #DF8D91
Tints of Carissma #DF8D91
RGB
CMYK
RGB Variations
Color information
#DF8D91 (or 0xDF8D91) is known color: Carissma. HEX triplet: DF, 8D and 91. RGB value is (223,141,145). Sum of RGB (Red+Green+Blue) = 223+141+145=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8D91 is #20726E. Grayscale: #A6A6A6. Windows color (decimal): -2126447 or 9539039. OLE color: 9539039.
HSL color Cylindrical-coordinate representation of color #DF8D91: hue angle of 357.07º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8D91 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 145 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.13 |
| HSL | 357.07º | 0.56% | 0.71% | - |
| HSV(B) | 357.07º | 0.37% | 0.87% | - |
| XYZ | 45.07 | 36.78 | 31.51 | - |
| YUV | 165.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 145 | 0 | 0.37 | 0.35 | 0.13 | 357.07 | 0.56 | 0.71 |
| Hex | DF | 8D | 91 | 0 | 25 | 23 | D | 165 | 38 | 47 |
| Octal | 337 | 215 | 221 | 0 | 45 | 43 | 15 | 545 | 70 | 107 |
| Binary | 11011111 | 10001101 | 10010001 | 0 | 100101 | 100011 | 1101 | 101100101 | 111000 | 1000111 |
Color Harmonies of #DF8D91
Complementary color
Monochromatic Colors of #DF8D91
Black with #DF8D91
Text Example
Text Example
White with #DF8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D91; }
p { color: rgb(223,141,145); }
H1.HeaderClassName
{
color: #DF8D91;
}
.AnyTagClassName
{
color: #DF8D91;
}
</style>
background-color css
<style>
a { background-color: #DF8D91; }
a { background-color: rgb(223,141,145); }
div.DivClassName
{
background-color: #DF8D91;
}
.BgClassName
{
background-color: #DF8D91;
}
</style>
border-color css
<style>
span { border-color: #DF8D91; }
span { border-color: rgb(223,141,145); }
td.TdClassName
{
border-color: #DF8D91;
}
.TagClassName
{
border-color: #DF8D91;
}
</style>