Shades of Carissma #DF7C9E
Tints of Carissma #DF7C9E
RGB
CMYK
RGB Variations
Color information
#DF7C9E (or 0xDF7C9E) is known color: Carissma. HEX triplet: DF, 7C and 9E. RGB value is (223,124,158). Sum of RGB (Red+Green+Blue) = 223+124+158=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9E is #208361. Grayscale: #9D9D9D. Windows color (decimal): -2130786 or 10386655. OLE color: 10386655.
HSL color Cylindrical-coordinate representation of color #DF7C9E: hue angle of 339.39º 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 #DF7C9E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 158 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.13 |
| HSL | 339.39º | 0.61% | 0.68% | - |
| HSV(B) | 339.39º | 0.44% | 0.87% | - |
| XYZ | 43.81 | 32.57 | 36.33 | - |
| YUV | 157.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 158 | 0 | 0.44 | 0.29 | 0.13 | 339.39 | 0.61 | 0.68 |
| Hex | DF | 7C | 9E | 0 | 2C | 1D | D | 153 | 3D | 44 |
| Octal | 337 | 174 | 236 | 0 | 54 | 35 | 15 | 523 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10011110 | 0 | 101100 | 11101 | 1101 | 101010011 | 111101 | 1000100 |
Color Harmonies of #DF7C9E
Complementary color
Monochromatic Colors of #DF7C9E
Black with #DF7C9E
Text Example
Text Example
White with #DF7C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C9E; }
p { color: rgb(223,124,158); }
H1.HeaderClassName
{
color: #DF7C9E;
}
.AnyTagClassName
{
color: #DF7C9E;
}
</style>
background-color css
<style>
a { background-color: #DF7C9E; }
a { background-color: rgb(223,124,158); }
div.DivClassName
{
background-color: #DF7C9E;
}
.BgClassName
{
background-color: #DF7C9E;
}
</style>
border-color css
<style>
span { border-color: #DF7C9E; }
span { border-color: rgb(223,124,158); }
td.TdClassName
{
border-color: #DF7C9E;
}
.TagClassName
{
border-color: #DF7C9E;
}
</style>