Shades of Carissma #DF819D
Tints of Carissma #DF819D
RGB
CMYK
RGB Variations
Color information
#DF819D (or 0xDF819D) is known color: Carissma. HEX triplet: DF, 81 and 9D. RGB value is (223,129,157). Sum of RGB (Red+Green+Blue) = 223+129+157=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF819D is #207E62. Grayscale: #A0A0A0. Windows color (decimal): -2129507 or 10322399. OLE color: 10322399.
HSL color Cylindrical-coordinate representation of color #DF819D: hue angle of 342.13º 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 #DF819D is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 157 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.13 |
| HSL | 342.13º | 0.59% | 0.69% | - |
| HSV(B) | 342.13º | 0.42% | 0.87% | - |
| XYZ | 44.37 | 33.82 | 36.09 | - |
| YUV | 160.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 157 | 0 | 0.42 | 0.30 | 0.13 | 342.13 | 0.59 | 0.69 |
| Hex | DF | 81 | 9D | 0 | 2A | 1E | D | 156 | 3B | 45 |
| Octal | 337 | 201 | 235 | 0 | 52 | 36 | 15 | 526 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10011101 | 0 | 101010 | 11110 | 1101 | 101010110 | 111011 | 1000101 |
Color Harmonies of #DF819D
Complementary color
Monochromatic Colors of #DF819D
Black with #DF819D
Text Example
Text Example
White with #DF819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF819D; }
p { color: rgb(223,129,157); }
H1.HeaderClassName
{
color: #DF819D;
}
.AnyTagClassName
{
color: #DF819D;
}
</style>
background-color css
<style>
a { background-color: #DF819D; }
a { background-color: rgb(223,129,157); }
div.DivClassName
{
background-color: #DF819D;
}
.BgClassName
{
background-color: #DF819D;
}
</style>
border-color css
<style>
span { border-color: #DF819D; }
span { border-color: rgb(223,129,157); }
td.TdClassName
{
border-color: #DF819D;
}
.TagClassName
{
border-color: #DF819D;
}
</style>