Shades of Carissma #DF8789
Tints of Carissma #DF8789
RGB
CMYK
RGB Variations
Color information
#DF8789 (or 0xDF8789) is known color: Carissma. HEX triplet: DF, 87 and 89. RGB value is (223,135,137). Sum of RGB (Red+Green+Blue) = 223+135+137=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8789 is #207876. Grayscale: #A1A1A1. Windows color (decimal): -2127991 or 9013215. OLE color: 9013215.
HSL color Cylindrical-coordinate representation of color #DF8789: hue angle of 358.64º 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 #DF8789 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 137 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.13 |
| HSL | 358.64º | 0.58% | 0.7% | - |
| HSV(B) | 358.64º | 0.39% | 0.87% | - |
| XYZ | 43.61 | 34.82 | 28.09 | - |
| YUV | 161.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 137 | 0 | 0.39 | 0.39 | 0.13 | 358.64 | 0.58 | 0.7 |
| Hex | DF | 87 | 89 | 0 | 27 | 27 | D | 167 | 3A | 46 |
| Octal | 337 | 207 | 211 | 0 | 47 | 47 | 15 | 547 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10001001 | 0 | 100111 | 100111 | 1101 | 101100111 | 111010 | 1000110 |
Color Harmonies of #DF8789
Complementary color
Monochromatic Colors of #DF8789
Black with #DF8789
Text Example
Text Example
White with #DF8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8789; }
p { color: rgb(223,135,137); }
H1.HeaderClassName
{
color: #DF8789;
}
.AnyTagClassName
{
color: #DF8789;
}
</style>
background-color css
<style>
a { background-color: #DF8789; }
a { background-color: rgb(223,135,137); }
div.DivClassName
{
background-color: #DF8789;
}
.BgClassName
{
background-color: #DF8789;
}
</style>
border-color css
<style>
span { border-color: #DF8789; }
span { border-color: rgb(223,135,137); }
td.TdClassName
{
border-color: #DF8789;
}
.TagClassName
{
border-color: #DF8789;
}
</style>