Shades of Carissma #DF889B
Tints of Carissma #DF889B
RGB
CMYK
RGB Variations
Color information
#DF889B (or 0xDF889B) is known color: Carissma. HEX triplet: DF, 88 and 9B. RGB value is (223,136,155). Sum of RGB (Red+Green+Blue) = 223+136+155=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF889B is #207764. Grayscale: #A4A4A4. Windows color (decimal): -2127717 or 10193119. OLE color: 10193119.
HSL color Cylindrical-coordinate representation of color #DF889B: hue angle of 346.9º 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 #DF889B is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 155 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.13 |
| HSL | 346.9º | 0.58% | 0.7% | - |
| HSV(B) | 346.9º | 0.39% | 0.87% | - |
| XYZ | 45.15 | 35.66 | 35.51 | - |
| YUV | 164.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 155 | 0 | 0.39 | 0.30 | 0.13 | 346.9 | 0.58 | 0.7 |
| Hex | DF | 88 | 9B | 0 | 27 | 1E | D | 15B | 3A | 46 |
| Octal | 337 | 210 | 233 | 0 | 47 | 36 | 15 | 533 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10011011 | 0 | 100111 | 11110 | 1101 | 101011011 | 111010 | 1000110 |
Color Harmonies of #DF889B
Complementary color
Monochromatic Colors of #DF889B
Black with #DF889B
Text Example
Text Example
White with #DF889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF889B; }
p { color: rgb(223,136,155); }
H1.HeaderClassName
{
color: #DF889B;
}
.AnyTagClassName
{
color: #DF889B;
}
</style>
background-color css
<style>
a { background-color: #DF889B; }
a { background-color: rgb(223,136,155); }
div.DivClassName
{
background-color: #DF889B;
}
.BgClassName
{
background-color: #DF889B;
}
</style>
border-color css
<style>
span { border-color: #DF889B; }
span { border-color: rgb(223,136,155); }
td.TdClassName
{
border-color: #DF889B;
}
.TagClassName
{
border-color: #DF889B;
}
</style>