Shades of Carissma #DF888E
Tints of Carissma #DF888E
RGB
CMYK
RGB Variations
Color information
#DF888E (or 0xDF888E) is known color: Carissma. HEX triplet: DF, 88 and 8E. RGB value is (223,136,142). Sum of RGB (Red+Green+Blue) = 223+136+142=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF888E is #207771. Grayscale: #A2A2A2. Windows color (decimal): -2127730 or 9341151. OLE color: 9341151.
HSL color Cylindrical-coordinate representation of color #DF888E: hue angle of 355.86º 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 #DF888E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 142 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.13 |
| HSL | 355.86º | 0.58% | 0.7% | - |
| HSV(B) | 355.86º | 0.39% | 0.87% | - |
| XYZ | 44.12 | 35.25 | 30.07 | - |
| YUV | 162.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 142 | 0 | 0.39 | 0.36 | 0.13 | 355.86 | 0.58 | 0.7 |
| Hex | DF | 88 | 8E | 0 | 27 | 24 | D | 164 | 3A | 46 |
| Octal | 337 | 210 | 216 | 0 | 47 | 44 | 15 | 544 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10001110 | 0 | 100111 | 100100 | 1101 | 101100100 | 111010 | 1000110 |
Color Harmonies of #DF888E
Complementary color
Monochromatic Colors of #DF888E
Black with #DF888E
Text Example
Text Example
White with #DF888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF888E; }
p { color: rgb(223,136,142); }
H1.HeaderClassName
{
color: #DF888E;
}
.AnyTagClassName
{
color: #DF888E;
}
</style>
background-color css
<style>
a { background-color: #DF888E; }
a { background-color: rgb(223,136,142); }
div.DivClassName
{
background-color: #DF888E;
}
.BgClassName
{
background-color: #DF888E;
}
</style>
border-color css
<style>
span { border-color: #DF888E; }
span { border-color: rgb(223,136,142); }
td.TdClassName
{
border-color: #DF888E;
}
.TagClassName
{
border-color: #DF888E;
}
</style>