Shades of Carissma #DF7C90
Tints of Carissma #DF7C90
RGB
CMYK
RGB Variations
Color information
#DF7C90 (or 0xDF7C90) is known color: Carissma. HEX triplet: DF, 7C and 90. RGB value is (223,124,144). Sum of RGB (Red+Green+Blue) = 223+124+144=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C90 is #20836F. Grayscale: #9B9B9B. Windows color (decimal): -2130800 or 9469151. OLE color: 9469151.
HSL color Cylindrical-coordinate representation of color #DF7C90: hue angle of 347.88º 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 #DF7C90 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 144 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.13 |
| HSL | 347.88º | 0.61% | 0.68% | - |
| HSV(B) | 347.88º | 0.44% | 0.87% | - |
| XYZ | 42.67 | 32.12 | 30.34 | - |
| YUV | 155.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 144 | 0 | 0.44 | 0.35 | 0.13 | 347.88 | 0.61 | 0.68 |
| Hex | DF | 7C | 90 | 0 | 2C | 23 | D | 15C | 3D | 44 |
| Octal | 337 | 174 | 220 | 0 | 54 | 43 | 15 | 534 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10010000 | 0 | 101100 | 100011 | 1101 | 101011100 | 111101 | 1000100 |
Color Harmonies of #DF7C90
Complementary color
Monochromatic Colors of #DF7C90
Black with #DF7C90
Text Example
Text Example
White with #DF7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C90; }
p { color: rgb(223,124,144); }
H1.HeaderClassName
{
color: #DF7C90;
}
.AnyTagClassName
{
color: #DF7C90;
}
</style>
background-color css
<style>
a { background-color: #DF7C90; }
a { background-color: rgb(223,124,144); }
div.DivClassName
{
background-color: #DF7C90;
}
.BgClassName
{
background-color: #DF7C90;
}
</style>
border-color css
<style>
span { border-color: #DF7C90; }
span { border-color: rgb(223,124,144); }
td.TdClassName
{
border-color: #DF7C90;
}
.TagClassName
{
border-color: #DF7C90;
}
</style>