Shades of Carissma #DF7D9F
Tints of Carissma #DF7D9F
RGB
CMYK
RGB Variations
Color information
#DF7D9F (or 0xDF7D9F) is known color: Carissma. HEX triplet: DF, 7D and 9F. RGB value is (223,125,159). Sum of RGB (Red+Green+Blue) = 223+125+159=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D9F is #208260. Grayscale: #9E9E9E. Windows color (decimal): -2130529 or 10452447. OLE color: 10452447.
HSL color Cylindrical-coordinate representation of color #DF7D9F: hue angle of 339.18º 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 #DF7D9F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 159 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 339.18º | 0.6% | 0.68% | - |
| HSV(B) | 339.18º | 0.44% | 0.87% | - |
| XYZ | 44.02 | 32.86 | 36.82 | - |
| YUV | 158.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 159 | 0 | 0.44 | 0.29 | 0.13 | 339.18 | 0.6 | 0.68 |
| Hex | DF | 7D | 9F | 0 | 2C | 1D | D | 153 | 3C | 44 |
| Octal | 337 | 175 | 237 | 0 | 54 | 35 | 15 | 523 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10011111 | 0 | 101100 | 11101 | 1101 | 101010011 | 111100 | 1000100 |
Color Harmonies of #DF7D9F
Complementary color
Monochromatic Colors of #DF7D9F
Black with #DF7D9F
Text Example
Text Example
White with #DF7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D9F; }
p { color: rgb(223,125,159); }
H1.HeaderClassName
{
color: #DF7D9F;
}
.AnyTagClassName
{
color: #DF7D9F;
}
</style>
background-color css
<style>
a { background-color: #DF7D9F; }
a { background-color: rgb(223,125,159); }
div.DivClassName
{
background-color: #DF7D9F;
}
.BgClassName
{
background-color: #DF7D9F;
}
</style>
border-color css
<style>
span { border-color: #DF7D9F; }
span { border-color: rgb(223,125,159); }
td.TdClassName
{
border-color: #DF7D9F;
}
.TagClassName
{
border-color: #DF7D9F;
}
</style>