Shades of Carissma #DF8492
Tints of Carissma #DF8492
RGB
CMYK
RGB Variations
Color information
#DF8492 (or 0xDF8492) is known color: Carissma. HEX triplet: DF, 84 and 92. RGB value is (223,132,146). Sum of RGB (Red+Green+Blue) = 223+132+146=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8492 is #207B6D. Grayscale: #A0A0A0. Windows color (decimal): -2128750 or 9602271. OLE color: 9602271.
HSL color Cylindrical-coordinate representation of color #DF8492: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8492 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 146 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.13 |
| HSL | 350.77º | 0.59% | 0.7% | - |
| HSV(B) | 350.77º | 0.41% | 0.87% | - |
| XYZ | 43.87 | 34.27 | 31.5 | - |
| YUV | 160.81 | 119.65 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 146 | 0 | 0.41 | 0.35 | 0.13 | 350.77 | 0.59 | 0.7 |
| Hex | DF | 84 | 92 | 0 | 29 | 23 | D | 15F | 3B | 46 |
| Octal | 337 | 204 | 222 | 0 | 51 | 43 | 15 | 537 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10010010 | 0 | 101001 | 100011 | 1101 | 101011111 | 111011 | 1000110 |
Color Harmonies of #DF8492
Complementary color
Monochromatic Colors of #DF8492
Black with #DF8492
Text Example
Text Example
White with #DF8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8492; }
p { color: rgb(223,132,146); }
H1.HeaderClassName
{
color: #DF8492;
}
.AnyTagClassName
{
color: #DF8492;
}
</style>
background-color css
<style>
a { background-color: #DF8492; }
a { background-color: rgb(223,132,146); }
div.DivClassName
{
background-color: #DF8492;
}
.BgClassName
{
background-color: #DF8492;
}
</style>
border-color css
<style>
span { border-color: #DF8492; }
span { border-color: rgb(223,132,146); }
td.TdClassName
{
border-color: #DF8492;
}
.TagClassName
{
border-color: #DF8492;
}
</style>