Shades of Carissma #DF7C99
Tints of Carissma #DF7C99
RGB
CMYK
RGB Variations
Color information
#DF7C99 (or 0xDF7C99) is known color: Carissma. HEX triplet: DF, 7C and 99. RGB value is (223,124,153). Sum of RGB (Red+Green+Blue) = 223+124+153=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C99 is #208366. Grayscale: #9C9C9C. Windows color (decimal): -2130791 or 10058975. OLE color: 10058975.
HSL color Cylindrical-coordinate representation of color #DF7C99: hue angle of 342.42º 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 #DF7C99 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 153 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.13 |
| HSL | 342.42º | 0.61% | 0.68% | - |
| HSV(B) | 342.42º | 0.44% | 0.87% | - |
| XYZ | 43.39 | 32.4 | 34.1 | - |
| YUV | 156.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 153 | 0 | 0.44 | 0.31 | 0.13 | 342.42 | 0.61 | 0.68 |
| Hex | DF | 7C | 99 | 0 | 2C | 1F | D | 156 | 3D | 44 |
| Octal | 337 | 174 | 231 | 0 | 54 | 37 | 15 | 526 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10011001 | 0 | 101100 | 11111 | 1101 | 101010110 | 111101 | 1000100 |
Color Harmonies of #DF7C99
Complementary color
Monochromatic Colors of #DF7C99
Black with #DF7C99
Text Example
Text Example
White with #DF7C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C99; }
p { color: rgb(223,124,153); }
H1.HeaderClassName
{
color: #DF7C99;
}
.AnyTagClassName
{
color: #DF7C99;
}
</style>
background-color css
<style>
a { background-color: #DF7C99; }
a { background-color: rgb(223,124,153); }
div.DivClassName
{
background-color: #DF7C99;
}
.BgClassName
{
background-color: #DF7C99;
}
</style>
border-color css
<style>
span { border-color: #DF7C99; }
span { border-color: rgb(223,124,153); }
td.TdClassName
{
border-color: #DF7C99;
}
.TagClassName
{
border-color: #DF7C99;
}
</style>