Shades of Carissma #DF8197
Tints of Carissma #DF8197
RGB
CMYK
RGB Variations
Color information
#DF8197 (or 0xDF8197) is known color: Carissma. HEX triplet: DF, 81 and 97. RGB value is (223,129,151). Sum of RGB (Red+Green+Blue) = 223+129+151=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8197 is #207E68. Grayscale: #9F9F9F. Windows color (decimal): -2129513 or 9929183. OLE color: 9929183.
HSL color Cylindrical-coordinate representation of color #DF8197: hue angle of 345.96º 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 #DF8197 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 151 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.13 |
| HSL | 345.96º | 0.59% | 0.69% | - |
| HSV(B) | 345.96º | 0.42% | 0.87% | - |
| XYZ | 43.87 | 33.62 | 33.46 | - |
| YUV | 159.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 151 | 0 | 0.42 | 0.32 | 0.13 | 345.96 | 0.59 | 0.69 |
| Hex | DF | 81 | 97 | 0 | 2A | 20 | D | 15A | 3B | 45 |
| Octal | 337 | 201 | 227 | 0 | 52 | 40 | 15 | 532 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10010111 | 0 | 101010 | 100000 | 1101 | 101011010 | 111011 | 1000101 |
Color Harmonies of #DF8197
Complementary color
Monochromatic Colors of #DF8197
Black with #DF8197
Text Example
Text Example
White with #DF8197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8197; }
p { color: rgb(223,129,151); }
H1.HeaderClassName
{
color: #DF8197;
}
.AnyTagClassName
{
color: #DF8197;
}
</style>
background-color css
<style>
a { background-color: #DF8197; }
a { background-color: rgb(223,129,151); }
div.DivClassName
{
background-color: #DF8197;
}
.BgClassName
{
background-color: #DF8197;
}
</style>
border-color css
<style>
span { border-color: #DF8197; }
span { border-color: rgb(223,129,151); }
td.TdClassName
{
border-color: #DF8197;
}
.TagClassName
{
border-color: #DF8197;
}
</style>