Shades of Carissma #DF7D97
Tints of Carissma #DF7D97
RGB
CMYK
RGB Variations
Color information
#DF7D97 (or 0xDF7D97) is known color: Carissma. HEX triplet: DF, 7D and 97. RGB value is (223,125,151). Sum of RGB (Red+Green+Blue) = 223+125+151=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D97 is #208268. Grayscale: #9D9D9D. Windows color (decimal): -2130537 or 9928159. OLE color: 9928159.
HSL color Cylindrical-coordinate representation of color #DF7D97: hue angle of 344.08º 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 #DF7D97 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 151 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.13 |
| HSL | 344.08º | 0.6% | 0.68% | - |
| HSV(B) | 344.08º | 0.44% | 0.87% | - |
| XYZ | 43.35 | 32.59 | 33.28 | - |
| YUV | 157.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 151 | 0 | 0.44 | 0.32 | 0.13 | 344.08 | 0.6 | 0.68 |
| Hex | DF | 7D | 97 | 0 | 2C | 20 | D | 158 | 3C | 44 |
| Octal | 337 | 175 | 227 | 0 | 54 | 40 | 15 | 530 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10010111 | 0 | 101100 | 100000 | 1101 | 101011000 | 111100 | 1000100 |
Color Harmonies of #DF7D97
Complementary color
Monochromatic Colors of #DF7D97
Black with #DF7D97
Text Example
Text Example
White with #DF7D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D97; }
p { color: rgb(223,125,151); }
H1.HeaderClassName
{
color: #DF7D97;
}
.AnyTagClassName
{
color: #DF7D97;
}
</style>
background-color css
<style>
a { background-color: #DF7D97; }
a { background-color: rgb(223,125,151); }
div.DivClassName
{
background-color: #DF7D97;
}
.BgClassName
{
background-color: #DF7D97;
}
</style>
border-color css
<style>
span { border-color: #DF7D97; }
span { border-color: rgb(223,125,151); }
td.TdClassName
{
border-color: #DF7D97;
}
.TagClassName
{
border-color: #DF7D97;
}
</style>