Shades of Carissma #DF7F92
Tints of Carissma #DF7F92
RGB
CMYK
RGB Variations
Color information
#DF7F92 (or 0xDF7F92) is known color: Carissma. HEX triplet: DF, 7F and 92. RGB value is (223,127,146). Sum of RGB (Red+Green+Blue) = 223+127+146=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F92 is #20806D. Grayscale: #9D9D9D. Windows color (decimal): -2130030 or 9600991. OLE color: 9600991.
HSL color Cylindrical-coordinate representation of color #DF7F92: hue angle of 348.12º 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 #DF7F92 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 146 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 348.13º | 0.6% | 0.69% | - |
| HSV(B) | 348.13º | 0.43% | 0.87% | - |
| XYZ | 43.21 | 32.94 | 31.28 | - |
| YUV | 157.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 146 | 0 | 0.43 | 0.35 | 0.13 | 348.13 | 0.6 | 0.69 |
| Hex | DF | 7F | 92 | 0 | 2B | 23 | D | 15C | 3C | 45 |
| Octal | 337 | 177 | 222 | 0 | 53 | 43 | 15 | 534 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10010010 | 0 | 101011 | 100011 | 1101 | 101011100 | 111100 | 1000101 |
Color Harmonies of #DF7F92
Complementary color
Monochromatic Colors of #DF7F92
Black with #DF7F92
Text Example
Text Example
White with #DF7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F92; }
p { color: rgb(223,127,146); }
H1.HeaderClassName
{
color: #DF7F92;
}
.AnyTagClassName
{
color: #DF7F92;
}
</style>
background-color css
<style>
a { background-color: #DF7F92; }
a { background-color: rgb(223,127,146); }
div.DivClassName
{
background-color: #DF7F92;
}
.BgClassName
{
background-color: #DF7F92;
}
</style>
border-color css
<style>
span { border-color: #DF7F92; }
span { border-color: rgb(223,127,146); }
td.TdClassName
{
border-color: #DF7F92;
}
.TagClassName
{
border-color: #DF7F92;
}
</style>