Shades of Carissma #DF7F8C
Tints of Carissma #DF7F8C
RGB
CMYK
RGB Variations
Color information
#DF7F8C (or 0xDF7F8C) is known color: Carissma. HEX triplet: DF, 7F and 8C. RGB value is (223,127,140). Sum of RGB (Red+Green+Blue) = 223+127+140=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F8C is #208073. Grayscale: #9D9D9D. Windows color (decimal): -2130036 or 9207775. OLE color: 9207775.
HSL color Cylindrical-coordinate representation of color #DF7F8C: hue angle of 351.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F8C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 140 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.13 |
| HSL | 351.88º | 0.6% | 0.69% | - |
| HSV(B) | 351.88º | 0.43% | 0.87% | - |
| XYZ | 42.75 | 32.76 | 28.88 | - |
| YUV | 157.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 140 | 0 | 0.43 | 0.37 | 0.13 | 351.88 | 0.6 | 0.69 |
| Hex | DF | 7F | 8C | 0 | 2B | 25 | D | 160 | 3C | 45 |
| Octal | 337 | 177 | 214 | 0 | 53 | 45 | 15 | 540 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10001100 | 0 | 101011 | 100101 | 1101 | 101100000 | 111100 | 1000101 |
Color Harmonies of #DF7F8C
Complementary color
Monochromatic Colors of #DF7F8C
Black with #DF7F8C
Text Example
Text Example
White with #DF7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F8C; }
p { color: rgb(223,127,140); }
H1.HeaderClassName
{
color: #DF7F8C;
}
.AnyTagClassName
{
color: #DF7F8C;
}
</style>
background-color css
<style>
a { background-color: #DF7F8C; }
a { background-color: rgb(223,127,140); }
div.DivClassName
{
background-color: #DF7F8C;
}
.BgClassName
{
background-color: #DF7F8C;
}
</style>
border-color css
<style>
span { border-color: #DF7F8C; }
span { border-color: rgb(223,127,140); }
td.TdClassName
{
border-color: #DF7F8C;
}
.TagClassName
{
border-color: #DF7F8C;
}
</style>