Shades of Carissma #DF7F97
Tints of Carissma #DF7F97
RGB
CMYK
RGB Variations
Color information
#DF7F97 (or 0xDF7F97) is known color: Carissma. HEX triplet: DF, 7F and 97. RGB value is (223,127,151). Sum of RGB (Red+Green+Blue) = 223+127+151=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F97 is #208068. Grayscale: #9E9E9E. Windows color (decimal): -2130025 or 9928671. OLE color: 9928671.
HSL color Cylindrical-coordinate representation of color #DF7F97: hue angle of 345º 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 #DF7F97 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 151 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.13 |
| HSL | 345º | 0.6% | 0.69% | - |
| HSV(B) | 345º | 0.43% | 0.87% | - |
| XYZ | 43.61 | 33.1 | 33.37 | - |
| YUV | 158.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 151 | 0 | 0.43 | 0.32 | 0.13 | 345 | 0.6 | 0.69 |
| Hex | DF | 7F | 97 | 0 | 2B | 20 | D | 159 | 3C | 45 |
| Octal | 337 | 177 | 227 | 0 | 53 | 40 | 15 | 531 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10010111 | 0 | 101011 | 100000 | 1101 | 101011001 | 111100 | 1000101 |
Color Harmonies of #DF7F97
Complementary color
Monochromatic Colors of #DF7F97
Black with #DF7F97
Text Example
Text Example
White with #DF7F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F97; }
p { color: rgb(223,127,151); }
H1.HeaderClassName
{
color: #DF7F97;
}
.AnyTagClassName
{
color: #DF7F97;
}
</style>
background-color css
<style>
a { background-color: #DF7F97; }
a { background-color: rgb(223,127,151); }
div.DivClassName
{
background-color: #DF7F97;
}
.BgClassName
{
background-color: #DF7F97;
}
</style>
border-color css
<style>
span { border-color: #DF7F97; }
span { border-color: rgb(223,127,151); }
td.TdClassName
{
border-color: #DF7F97;
}
.TagClassName
{
border-color: #DF7F97;
}
</style>