Shades of Carissma #DF7C94
Tints of Carissma #DF7C94
RGB
CMYK
RGB Variations
Color information
#DF7C94 (or 0xDF7C94) is known color: Carissma. HEX triplet: DF, 7C and 94. RGB value is (223,124,148). Sum of RGB (Red+Green+Blue) = 223+124+148=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C94 is #20836B. Grayscale: #9C9C9C. Windows color (decimal): -2130796 or 9731295. OLE color: 9731295.
HSL color Cylindrical-coordinate representation of color #DF7C94: hue angle of 345.45º 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 #DF7C94 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 148 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.13 |
| HSL | 345.45º | 0.61% | 0.68% | - |
| HSV(B) | 345.45º | 0.44% | 0.87% | - |
| XYZ | 42.98 | 32.24 | 31.97 | - |
| YUV | 156.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 148 | 0 | 0.44 | 0.34 | 0.13 | 345.45 | 0.61 | 0.68 |
| Hex | DF | 7C | 94 | 0 | 2C | 22 | D | 159 | 3D | 44 |
| Octal | 337 | 174 | 224 | 0 | 54 | 42 | 15 | 531 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10010100 | 0 | 101100 | 100010 | 1101 | 101011001 | 111101 | 1000100 |
Color Harmonies of #DF7C94
Complementary color
Monochromatic Colors of #DF7C94
Black with #DF7C94
Text Example
Text Example
White with #DF7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C94; }
p { color: rgb(223,124,148); }
H1.HeaderClassName
{
color: #DF7C94;
}
.AnyTagClassName
{
color: #DF7C94;
}
</style>
background-color css
<style>
a { background-color: #DF7C94; }
a { background-color: rgb(223,124,148); }
div.DivClassName
{
background-color: #DF7C94;
}
.BgClassName
{
background-color: #DF7C94;
}
</style>
border-color css
<style>
span { border-color: #DF7C94; }
span { border-color: rgb(223,124,148); }
td.TdClassName
{
border-color: #DF7C94;
}
.TagClassName
{
border-color: #DF7C94;
}
</style>