Shades of Carissma #DF8290
Tints of Carissma #DF8290
RGB
CMYK
RGB Variations
Color information
#DF8290 (or 0xDF8290) is known color: Carissma. HEX triplet: DF, 82 and 90. RGB value is (223,130,144). Sum of RGB (Red+Green+Blue) = 223+130+144=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8290 is #207D6F. Grayscale: #9F9F9F. Windows color (decimal): -2129264 or 9470687. OLE color: 9470687.
HSL color Cylindrical-coordinate representation of color #DF8290: hue angle of 350.97º 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 #DF8290 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 144 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.13 |
| HSL | 350.97º | 0.59% | 0.69% | - |
| HSV(B) | 350.97º | 0.42% | 0.87% | - |
| XYZ | 43.45 | 33.67 | 30.59 | - |
| YUV | 159.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 144 | 0 | 0.42 | 0.35 | 0.13 | 350.97 | 0.59 | 0.69 |
| Hex | DF | 82 | 90 | 0 | 2A | 23 | D | 15F | 3B | 45 |
| Octal | 337 | 202 | 220 | 0 | 52 | 43 | 15 | 537 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10010000 | 0 | 101010 | 100011 | 1101 | 101011111 | 111011 | 1000101 |
Color Harmonies of #DF8290
Complementary color
Monochromatic Colors of #DF8290
Black with #DF8290
Text Example
Text Example
White with #DF8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8290; }
p { color: rgb(223,130,144); }
H1.HeaderClassName
{
color: #DF8290;
}
.AnyTagClassName
{
color: #DF8290;
}
</style>
background-color css
<style>
a { background-color: #DF8290; }
a { background-color: rgb(223,130,144); }
div.DivClassName
{
background-color: #DF8290;
}
.BgClassName
{
background-color: #DF8290;
}
</style>
border-color css
<style>
span { border-color: #DF8290; }
span { border-color: rgb(223,130,144); }
td.TdClassName
{
border-color: #DF8290;
}
.TagClassName
{
border-color: #DF8290;
}
</style>