Shades of Carissma #DF8891
Tints of Carissma #DF8891
RGB
CMYK
RGB Variations
Color information
#DF8891 (or 0xDF8891) is known color: Carissma. HEX triplet: DF, 88 and 91. RGB value is (223,136,145). Sum of RGB (Red+Green+Blue) = 223+136+145=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8891 is #20776E. Grayscale: #A3A3A3. Windows color (decimal): -2127727 or 9537759. OLE color: 9537759.
HSL color Cylindrical-coordinate representation of color #DF8891: hue angle of 353.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8891 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 145 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.13 |
| HSL | 353.79º | 0.58% | 0.7% | - |
| HSV(B) | 353.79º | 0.39% | 0.87% | - |
| XYZ | 44.35 | 35.34 | 31.27 | - |
| YUV | 163.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 145 | 0 | 0.39 | 0.35 | 0.13 | 353.79 | 0.58 | 0.7 |
| Hex | DF | 88 | 91 | 0 | 27 | 23 | D | 162 | 3A | 46 |
| Octal | 337 | 210 | 221 | 0 | 47 | 43 | 15 | 542 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10010001 | 0 | 100111 | 100011 | 1101 | 101100010 | 111010 | 1000110 |
Color Harmonies of #DF8891
Complementary color
Monochromatic Colors of #DF8891
Black with #DF8891
Text Example
Text Example
White with #DF8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8891; }
p { color: rgb(223,136,145); }
H1.HeaderClassName
{
color: #DF8891;
}
.AnyTagClassName
{
color: #DF8891;
}
</style>
background-color css
<style>
a { background-color: #DF8891; }
a { background-color: rgb(223,136,145); }
div.DivClassName
{
background-color: #DF8891;
}
.BgClassName
{
background-color: #DF8891;
}
</style>
border-color css
<style>
span { border-color: #DF8891; }
span { border-color: rgb(223,136,145); }
td.TdClassName
{
border-color: #DF8891;
}
.TagClassName
{
border-color: #DF8891;
}
</style>