Shades of Carissma #DF7D8C
Tints of Carissma #DF7D8C
RGB
CMYK
RGB Variations
Color information
#DF7D8C (or 0xDF7D8C) is known color: Carissma. HEX triplet: DF, 7D and 8C. RGB value is (223,125,140). Sum of RGB (Red+Green+Blue) = 223+125+140=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8C is #208273. Grayscale: #9C9C9C. Windows color (decimal): -2130548 or 9207263. OLE color: 9207263.
HSL color Cylindrical-coordinate representation of color #DF7D8C: hue angle of 350.82º 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 #DF7D8C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 140 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.13 |
| HSL | 350.82º | 0.6% | 0.68% | - |
| HSV(B) | 350.82º | 0.44% | 0.87% | - |
| XYZ | 42.5 | 32.25 | 28.8 | - |
| YUV | 156.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 140 | 0 | 0.44 | 0.37 | 0.13 | 350.82 | 0.6 | 0.68 |
| Hex | DF | 7D | 8C | 0 | 2C | 25 | D | 15F | 3C | 44 |
| Octal | 337 | 175 | 214 | 0 | 54 | 45 | 15 | 537 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10001100 | 0 | 101100 | 100101 | 1101 | 101011111 | 111100 | 1000100 |
Color Harmonies of #DF7D8C
Complementary color
Monochromatic Colors of #DF7D8C
Black with #DF7D8C
Text Example
Text Example
White with #DF7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D8C; }
p { color: rgb(223,125,140); }
H1.HeaderClassName
{
color: #DF7D8C;
}
.AnyTagClassName
{
color: #DF7D8C;
}
</style>
background-color css
<style>
a { background-color: #DF7D8C; }
a { background-color: rgb(223,125,140); }
div.DivClassName
{
background-color: #DF7D8C;
}
.BgClassName
{
background-color: #DF7D8C;
}
</style>
border-color css
<style>
span { border-color: #DF7D8C; }
span { border-color: rgb(223,125,140); }
td.TdClassName
{
border-color: #DF7D8C;
}
.TagClassName
{
border-color: #DF7D8C;
}
</style>