Shades of Carissma #DF7C9B
Tints of Carissma #DF7C9B
RGB
CMYK
RGB Variations
Color information
#DF7C9B (or 0xDF7C9B) is known color: Carissma. HEX triplet: DF, 7C and 9B. RGB value is (223,124,155). Sum of RGB (Red+Green+Blue) = 223+124+155=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9B is #208364. Grayscale: #9D9D9D. Windows color (decimal): -2130789 or 10190047. OLE color: 10190047.
HSL color Cylindrical-coordinate representation of color #DF7C9B: hue angle of 341.21º 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 #DF7C9B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 155 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.13 |
| HSL | 341.21º | 0.61% | 0.68% | - |
| HSV(B) | 341.21º | 0.44% | 0.87% | - |
| XYZ | 43.56 | 32.47 | 34.98 | - |
| YUV | 157.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 155 | 0 | 0.44 | 0.30 | 0.13 | 341.21 | 0.61 | 0.68 |
| Hex | DF | 7C | 9B | 0 | 2C | 1E | D | 155 | 3D | 44 |
| Octal | 337 | 174 | 233 | 0 | 54 | 36 | 15 | 525 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10011011 | 0 | 101100 | 11110 | 1101 | 101010101 | 111101 | 1000100 |
Color Harmonies of #DF7C9B
Complementary color
Monochromatic Colors of #DF7C9B
Black with #DF7C9B
Text Example
Text Example
White with #DF7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C9B; }
p { color: rgb(223,124,155); }
H1.HeaderClassName
{
color: #DF7C9B;
}
.AnyTagClassName
{
color: #DF7C9B;
}
</style>
background-color css
<style>
a { background-color: #DF7C9B; }
a { background-color: rgb(223,124,155); }
div.DivClassName
{
background-color: #DF7C9B;
}
.BgClassName
{
background-color: #DF7C9B;
}
</style>
border-color css
<style>
span { border-color: #DF7C9B; }
span { border-color: rgb(223,124,155); }
td.TdClassName
{
border-color: #DF7C9B;
}
.TagClassName
{
border-color: #DF7C9B;
}
</style>