Shades of Carissma #DF8092
Tints of Carissma #DF8092
RGB
CMYK
RGB Variations
Color information
#DF8092 (or 0xDF8092) is known color: Carissma. HEX triplet: DF, 80 and 92. RGB value is (223,128,146). Sum of RGB (Red+Green+Blue) = 223+128+146=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8092 is #207F6D. Grayscale: #9E9E9E. Windows color (decimal): -2129774 or 9601247. OLE color: 9601247.
HSL color Cylindrical-coordinate representation of color #DF8092: hue angle of 348.63º 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 #DF8092 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 146 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 348.63º | 0.6% | 0.69% | - |
| HSV(B) | 348.63º | 0.43% | 0.87% | - |
| XYZ | 43.34 | 33.2 | 31.32 | - |
| YUV | 158.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 146 | 0 | 0.43 | 0.35 | 0.13 | 348.63 | 0.6 | 0.69 |
| Hex | DF | 80 | 92 | 0 | 2B | 23 | D | 15D | 3C | 45 |
| Octal | 337 | 200 | 222 | 0 | 53 | 43 | 15 | 535 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10010010 | 0 | 101011 | 100011 | 1101 | 101011101 | 111100 | 1000101 |
Color Harmonies of #DF8092
Complementary color
Monochromatic Colors of #DF8092
Black with #DF8092
Text Example
Text Example
White with #DF8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8092; }
p { color: rgb(223,128,146); }
H1.HeaderClassName
{
color: #DF8092;
}
.AnyTagClassName
{
color: #DF8092;
}
</style>
background-color css
<style>
a { background-color: #DF8092; }
a { background-color: rgb(223,128,146); }
div.DivClassName
{
background-color: #DF8092;
}
.BgClassName
{
background-color: #DF8092;
}
</style>
border-color css
<style>
span { border-color: #DF8092; }
span { border-color: rgb(223,128,146); }
td.TdClassName
{
border-color: #DF8092;
}
.TagClassName
{
border-color: #DF8092;
}
</style>