Shades of Carissma #DF7D89
Tints of Carissma #DF7D89
RGB
CMYK
RGB Variations
Color information
#DF7D89 (or 0xDF7D89) is known color: Carissma. HEX triplet: DF, 7D and 89. RGB value is (223,125,137). Sum of RGB (Red+Green+Blue) = 223+125+137=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D89 is #208276. Grayscale: #9B9B9B. Windows color (decimal): -2130551 or 9010655. OLE color: 9010655.
HSL color Cylindrical-coordinate representation of color #DF7D89: hue angle of 352.65º degrees, saturation: 0.6, 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 #DF7D89 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 137 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.13 |
| HSL | 352.65º | 0.6% | 0.68% | - |
| HSV(B) | 352.65º | 0.44% | 0.87% | - |
| XYZ | 42.28 | 32.16 | 27.65 | - |
| YUV | 155.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 137 | 0 | 0.44 | 0.39 | 0.13 | 352.65 | 0.6 | 0.68 |
| Hex | DF | 7D | 89 | 0 | 2C | 27 | D | 161 | 3C | 44 |
| Octal | 337 | 175 | 211 | 0 | 54 | 47 | 15 | 541 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10001001 | 0 | 101100 | 100111 | 1101 | 101100001 | 111100 | 1000100 |
Color Harmonies of #DF7D89
Complementary color
Monochromatic Colors of #DF7D89
Black with #DF7D89
Text Example
Text Example
White with #DF7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D89; }
p { color: rgb(223,125,137); }
H1.HeaderClassName
{
color: #DF7D89;
}
.AnyTagClassName
{
color: #DF7D89;
}
</style>
background-color css
<style>
a { background-color: #DF7D89; }
a { background-color: rgb(223,125,137); }
div.DivClassName
{
background-color: #DF7D89;
}
.BgClassName
{
background-color: #DF7D89;
}
</style>
border-color css
<style>
span { border-color: #DF7D89; }
span { border-color: rgb(223,125,137); }
td.TdClassName
{
border-color: #DF7D89;
}
.TagClassName
{
border-color: #DF7D89;
}
</style>