Shades of Carissma #DF7F96
Tints of Carissma #DF7F96
RGB
CMYK
RGB Variations
Color information
#DF7F96 (or 0xDF7F96) is known color: Carissma. HEX triplet: DF, 7F and 96. RGB value is (223,127,150). Sum of RGB (Red+Green+Blue) = 223+127+150=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F96 is #208069. Grayscale: #9E9E9E. Windows color (decimal): -2130026 or 9863135. OLE color: 9863135.
HSL color Cylindrical-coordinate representation of color #DF7F96: hue angle of 345.62º 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 #DF7F96 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 150 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.13 |
| HSL | 345.63º | 0.6% | 0.69% | - |
| HSV(B) | 345.63º | 0.43% | 0.87% | - |
| XYZ | 43.53 | 33.07 | 32.94 | - |
| YUV | 158.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 150 | 0 | 0.43 | 0.33 | 0.13 | 345.63 | 0.6 | 0.69 |
| Hex | DF | 7F | 96 | 0 | 2B | 21 | D | 15A | 3C | 45 |
| Octal | 337 | 177 | 226 | 0 | 53 | 41 | 15 | 532 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10010110 | 0 | 101011 | 100001 | 1101 | 101011010 | 111100 | 1000101 |
Color Harmonies of #DF7F96
Complementary color
Monochromatic Colors of #DF7F96
Black with #DF7F96
Text Example
Text Example
White with #DF7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F96; }
p { color: rgb(223,127,150); }
H1.HeaderClassName
{
color: #DF7F96;
}
.AnyTagClassName
{
color: #DF7F96;
}
</style>
background-color css
<style>
a { background-color: #DF7F96; }
a { background-color: rgb(223,127,150); }
div.DivClassName
{
background-color: #DF7F96;
}
.BgClassName
{
background-color: #DF7F96;
}
</style>
border-color css
<style>
span { border-color: #DF7F96; }
span { border-color: rgb(223,127,150); }
td.TdClassName
{
border-color: #DF7F96;
}
.TagClassName
{
border-color: #DF7F96;
}
</style>