Shades of Carissma #DF8292
Tints of Carissma #DF8292
RGB
CMYK
RGB Variations
Color information
#DF8292 (or 0xDF8292) is known color: Carissma. HEX triplet: DF, 82 and 92. RGB value is (223,130,146). Sum of RGB (Red+Green+Blue) = 223+130+146=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8292 is #207D6D. Grayscale: #9F9F9F. Windows color (decimal): -2129262 or 9601759. OLE color: 9601759.
HSL color Cylindrical-coordinate representation of color #DF8292: hue angle of 349.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8292 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 146 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.13 |
| HSL | 349.68º | 0.59% | 0.69% | - |
| HSV(B) | 349.68º | 0.42% | 0.87% | - |
| XYZ | 43.6 | 33.73 | 31.41 | - |
| YUV | 159.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 146 | 0 | 0.42 | 0.35 | 0.13 | 349.68 | 0.59 | 0.69 |
| Hex | DF | 82 | 92 | 0 | 2A | 23 | D | 15E | 3B | 45 |
| Octal | 337 | 202 | 222 | 0 | 52 | 43 | 15 | 536 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10010010 | 0 | 101010 | 100011 | 1101 | 101011110 | 111011 | 1000101 |
Color Harmonies of #DF8292
Complementary color
Monochromatic Colors of #DF8292
Black with #DF8292
Text Example
Text Example
White with #DF8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8292; }
p { color: rgb(223,130,146); }
H1.HeaderClassName
{
color: #DF8292;
}
.AnyTagClassName
{
color: #DF8292;
}
</style>
background-color css
<style>
a { background-color: #DF8292; }
a { background-color: rgb(223,130,146); }
div.DivClassName
{
background-color: #DF8292;
}
.BgClassName
{
background-color: #DF8292;
}
</style>
border-color css
<style>
span { border-color: #DF8292; }
span { border-color: rgb(223,130,146); }
td.TdClassName
{
border-color: #DF8292;
}
.TagClassName
{
border-color: #DF8292;
}
</style>