Shades of Carissma #DF888A
Tints of Carissma #DF888A
RGB
CMYK
RGB Variations
Color information
#DF888A (or 0xDF888A) is known color: Carissma. HEX triplet: DF, 88 and 8A. RGB value is (223,136,138). Sum of RGB (Red+Green+Blue) = 223+136+138=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF888A is #207775. Grayscale: #A2A2A2. Windows color (decimal): -2127734 or 9079007. OLE color: 9079007.
HSL color Cylindrical-coordinate representation of color #DF888A: hue angle of 358.62º 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 #DF888A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 138 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.13 |
| HSL | 358.62º | 0.58% | 0.7% | - |
| HSV(B) | 358.62º | 0.39% | 0.87% | - |
| XYZ | 43.82 | 35.13 | 28.52 | - |
| YUV | 162.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 138 | 0 | 0.39 | 0.38 | 0.13 | 358.62 | 0.58 | 0.7 |
| Hex | DF | 88 | 8A | 0 | 27 | 26 | D | 167 | 3A | 46 |
| Octal | 337 | 210 | 212 | 0 | 47 | 46 | 15 | 547 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10001010 | 0 | 100111 | 100110 | 1101 | 101100111 | 111010 | 1000110 |
Color Harmonies of #DF888A
Complementary color
Monochromatic Colors of #DF888A
Black with #DF888A
Text Example
Text Example
White with #DF888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF888A; }
p { color: rgb(223,136,138); }
H1.HeaderClassName
{
color: #DF888A;
}
.AnyTagClassName
{
color: #DF888A;
}
</style>
background-color css
<style>
a { background-color: #DF888A; }
a { background-color: rgb(223,136,138); }
div.DivClassName
{
background-color: #DF888A;
}
.BgClassName
{
background-color: #DF888A;
}
</style>
border-color css
<style>
span { border-color: #DF888A; }
span { border-color: rgb(223,136,138); }
td.TdClassName
{
border-color: #DF888A;
}
.TagClassName
{
border-color: #DF888A;
}
</style>