Shades of Carissma #DF8297
Tints of Carissma #DF8297
RGB
CMYK
RGB Variations
Color information
#DF8297 (or 0xDF8297) is known color: Carissma. HEX triplet: DF, 82 and 97. RGB value is (223,130,151). Sum of RGB (Red+Green+Blue) = 223+130+151=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8297 is #207D68. Grayscale: #A0A0A0. Windows color (decimal): -2129257 or 9929439. OLE color: 9929439.
HSL color Cylindrical-coordinate representation of color #DF8297: hue angle of 346.45º 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 #DF8297 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 151 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.13 |
| HSL | 346.45º | 0.59% | 0.69% | - |
| HSV(B) | 346.45º | 0.42% | 0.87% | - |
| XYZ | 44 | 33.89 | 33.5 | - |
| YUV | 160.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 151 | 0 | 0.42 | 0.32 | 0.13 | 346.45 | 0.59 | 0.69 |
| Hex | DF | 82 | 97 | 0 | 2A | 20 | D | 15A | 3B | 45 |
| Octal | 337 | 202 | 227 | 0 | 52 | 40 | 15 | 532 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10010111 | 0 | 101010 | 100000 | 1101 | 101011010 | 111011 | 1000101 |
Color Harmonies of #DF8297
Complementary color
Monochromatic Colors of #DF8297
Black with #DF8297
Text Example
Text Example
White with #DF8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8297; }
p { color: rgb(223,130,151); }
H1.HeaderClassName
{
color: #DF8297;
}
.AnyTagClassName
{
color: #DF8297;
}
</style>
background-color css
<style>
a { background-color: #DF8297; }
a { background-color: rgb(223,130,151); }
div.DivClassName
{
background-color: #DF8297;
}
.BgClassName
{
background-color: #DF8297;
}
</style>
border-color css
<style>
span { border-color: #DF8297; }
span { border-color: rgb(223,130,151); }
td.TdClassName
{
border-color: #DF8297;
}
.TagClassName
{
border-color: #DF8297;
}
</style>