Shades of Carissma #DF7D9C
Tints of Carissma #DF7D9C
RGB
CMYK
RGB Variations
Color information
#DF7D9C (or 0xDF7D9C) is known color: Carissma. HEX triplet: DF, 7D and 9C. RGB value is (223,125,156). Sum of RGB (Red+Green+Blue) = 223+125+156=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D9C is #208263. Grayscale: #9D9D9D. Windows color (decimal): -2130532 or 10255839. OLE color: 10255839.
HSL color Cylindrical-coordinate representation of color #DF7D9C: hue angle of 341.02º 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 #DF7D9C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 156 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.13 |
| HSL | 341.02º | 0.6% | 0.68% | - |
| HSV(B) | 341.02º | 0.44% | 0.87% | - |
| XYZ | 43.77 | 32.76 | 35.47 | - |
| YUV | 157.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 156 | 0 | 0.44 | 0.30 | 0.13 | 341.02 | 0.6 | 0.68 |
| Hex | DF | 7D | 9C | 0 | 2C | 1E | D | 155 | 3C | 44 |
| Octal | 337 | 175 | 234 | 0 | 54 | 36 | 15 | 525 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10011100 | 0 | 101100 | 11110 | 1101 | 101010101 | 111100 | 1000100 |
Color Harmonies of #DF7D9C
Complementary color
Monochromatic Colors of #DF7D9C
Black with #DF7D9C
Text Example
Text Example
White with #DF7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D9C; }
p { color: rgb(223,125,156); }
H1.HeaderClassName
{
color: #DF7D9C;
}
.AnyTagClassName
{
color: #DF7D9C;
}
</style>
background-color css
<style>
a { background-color: #DF7D9C; }
a { background-color: rgb(223,125,156); }
div.DivClassName
{
background-color: #DF7D9C;
}
.BgClassName
{
background-color: #DF7D9C;
}
</style>
border-color css
<style>
span { border-color: #DF7D9C; }
span { border-color: rgb(223,125,156); }
td.TdClassName
{
border-color: #DF7D9C;
}
.TagClassName
{
border-color: #DF7D9C;
}
</style>