Shades of Carissma #DF7D8E
Tints of Carissma #DF7D8E
RGB
CMYK
RGB Variations
Color information
#DF7D8E (or 0xDF7D8E) is known color: Carissma. HEX triplet: DF, 7D and 8E. RGB value is (223,125,142). Sum of RGB (Red+Green+Blue) = 223+125+142=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8E is #208271. Grayscale: #9C9C9C. Windows color (decimal): -2130546 or 9338335. OLE color: 9338335.
HSL color Cylindrical-coordinate representation of color #DF7D8E: hue angle of 349.59º 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 #DF7D8E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 142 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.13 |
| HSL | 349.59º | 0.6% | 0.68% | - |
| HSV(B) | 349.59º | 0.44% | 0.87% | - |
| XYZ | 42.65 | 32.31 | 29.58 | - |
| YUV | 156.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 142 | 0 | 0.44 | 0.36 | 0.13 | 349.59 | 0.6 | 0.68 |
| Hex | DF | 7D | 8E | 0 | 2C | 24 | D | 15E | 3C | 44 |
| Octal | 337 | 175 | 216 | 0 | 54 | 44 | 15 | 536 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10001110 | 0 | 101100 | 100100 | 1101 | 101011110 | 111100 | 1000100 |
Color Harmonies of #DF7D8E
Complementary color
Monochromatic Colors of #DF7D8E
Black with #DF7D8E
Text Example
Text Example
White with #DF7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D8E; }
p { color: rgb(223,125,142); }
H1.HeaderClassName
{
color: #DF7D8E;
}
.AnyTagClassName
{
color: #DF7D8E;
}
</style>
background-color css
<style>
a { background-color: #DF7D8E; }
a { background-color: rgb(223,125,142); }
div.DivClassName
{
background-color: #DF7D8E;
}
.BgClassName
{
background-color: #DF7D8E;
}
</style>
border-color css
<style>
span { border-color: #DF7D8E; }
span { border-color: rgb(223,125,142); }
td.TdClassName
{
border-color: #DF7D8E;
}
.TagClassName
{
border-color: #DF7D8E;
}
</style>