Shades of Carissma #DF8397
Tints of Carissma #DF8397
RGB
CMYK
RGB Variations
Color information
#DF8397 (or 0xDF8397) is known color: Carissma. HEX triplet: DF, 83 and 97. RGB value is (223,131,151). Sum of RGB (Red+Green+Blue) = 223+131+151=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8397 is #207C68. Grayscale: #A0A0A0. Windows color (decimal): -2129001 or 9929695. OLE color: 9929695.
HSL color Cylindrical-coordinate representation of color #DF8397: hue angle of 346.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8397 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 151 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 346.96º | 0.59% | 0.69% | - |
| HSV(B) | 346.96º | 0.41% | 0.87% | - |
| XYZ | 44.13 | 34.15 | 33.54 | - |
| YUV | 160.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 151 | 0 | 0.41 | 0.32 | 0.13 | 346.96 | 0.59 | 0.69 |
| Hex | DF | 83 | 97 | 0 | 29 | 20 | D | 15B | 3B | 45 |
| Octal | 337 | 203 | 227 | 0 | 51 | 40 | 15 | 533 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10010111 | 0 | 101001 | 100000 | 1101 | 101011011 | 111011 | 1000101 |
Color Harmonies of #DF8397
Complementary color
Monochromatic Colors of #DF8397
Black with #DF8397
Text Example
Text Example
White with #DF8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8397; }
p { color: rgb(223,131,151); }
H1.HeaderClassName
{
color: #DF8397;
}
.AnyTagClassName
{
color: #DF8397;
}
</style>
background-color css
<style>
a { background-color: #DF8397; }
a { background-color: rgb(223,131,151); }
div.DivClassName
{
background-color: #DF8397;
}
.BgClassName
{
background-color: #DF8397;
}
</style>
border-color css
<style>
span { border-color: #DF8397; }
span { border-color: rgb(223,131,151); }
td.TdClassName
{
border-color: #DF8397;
}
.TagClassName
{
border-color: #DF8397;
}
</style>