Shades of Carissma #DF7C89
Tints of Carissma #DF7C89
RGB
CMYK
RGB Variations
Color information
#DF7C89 (or 0xDF7C89) is known color: Carissma. HEX triplet: DF, 7C and 89. RGB value is (223,124,137). Sum of RGB (Red+Green+Blue) = 223+124+137=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C89 is #208376. Grayscale: #9B9B9B. Windows color (decimal): -2130807 or 9010399. OLE color: 9010399.
HSL color Cylindrical-coordinate representation of color #DF7C89: hue angle of 352.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C89 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 137 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.13 |
| HSL | 352.12º | 0.61% | 0.68% | - |
| HSV(B) | 352.12º | 0.44% | 0.87% | - |
| XYZ | 42.15 | 31.91 | 27.6 | - |
| YUV | 155.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 137 | 0 | 0.44 | 0.39 | 0.13 | 352.12 | 0.61 | 0.68 |
| Hex | DF | 7C | 89 | 0 | 2C | 27 | D | 160 | 3D | 44 |
| Octal | 337 | 174 | 211 | 0 | 54 | 47 | 15 | 540 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10001001 | 0 | 101100 | 100111 | 1101 | 101100000 | 111101 | 1000100 |
Color Harmonies of #DF7C89
Complementary color
Monochromatic Colors of #DF7C89
Black with #DF7C89
Text Example
Text Example
White with #DF7C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C89; }
p { color: rgb(223,124,137); }
H1.HeaderClassName
{
color: #DF7C89;
}
.AnyTagClassName
{
color: #DF7C89;
}
</style>
background-color css
<style>
a { background-color: #DF7C89; }
a { background-color: rgb(223,124,137); }
div.DivClassName
{
background-color: #DF7C89;
}
.BgClassName
{
background-color: #DF7C89;
}
</style>
border-color css
<style>
span { border-color: #DF7C89; }
span { border-color: rgb(223,124,137); }
td.TdClassName
{
border-color: #DF7C89;
}
.TagClassName
{
border-color: #DF7C89;
}
</style>