Shades of Carissma #DF889E
Tints of Carissma #DF889E
RGB
CMYK
RGB Variations
Color information
#DF889E (or 0xDF889E) is known color: Carissma. HEX triplet: DF, 88 and 9E. RGB value is (223,136,158). Sum of RGB (Red+Green+Blue) = 223+136+158=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF889E is #207761. Grayscale: #A4A4A4. Windows color (decimal): -2127714 or 10389727. OLE color: 10389727.
HSL color Cylindrical-coordinate representation of color #DF889E: hue angle of 344.83º 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 #DF889E is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 158 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.13 |
| HSL | 344.83º | 0.58% | 0.7% | - |
| HSV(B) | 344.83º | 0.39% | 0.87% | - |
| XYZ | 45.41 | 35.76 | 36.86 | - |
| YUV | 164.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 158 | 0 | 0.39 | 0.29 | 0.13 | 344.83 | 0.58 | 0.7 |
| Hex | DF | 88 | 9E | 0 | 27 | 1D | D | 159 | 3A | 46 |
| Octal | 337 | 210 | 236 | 0 | 47 | 35 | 15 | 531 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10011110 | 0 | 100111 | 11101 | 1101 | 101011001 | 111010 | 1000110 |
Color Harmonies of #DF889E
Complementary color
Monochromatic Colors of #DF889E
Black with #DF889E
Text Example
Text Example
White with #DF889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF889E; }
p { color: rgb(223,136,158); }
H1.HeaderClassName
{
color: #DF889E;
}
.AnyTagClassName
{
color: #DF889E;
}
</style>
background-color css
<style>
a { background-color: #DF889E; }
a { background-color: rgb(223,136,158); }
div.DivClassName
{
background-color: #DF889E;
}
.BgClassName
{
background-color: #DF889E;
}
</style>
border-color css
<style>
span { border-color: #DF889E; }
span { border-color: rgb(223,136,158); }
td.TdClassName
{
border-color: #DF889E;
}
.TagClassName
{
border-color: #DF889E;
}
</style>