Shades of Carissma #DF819E
Tints of Carissma #DF819E
RGB
CMYK
RGB Variations
Color information
#DF819E (or 0xDF819E) is known color: Carissma. HEX triplet: DF, 81 and 9E. RGB value is (223,129,158). Sum of RGB (Red+Green+Blue) = 223+129+158=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF819E is #207E61. Grayscale: #A0A0A0. Windows color (decimal): -2129506 or 10387935. OLE color: 10387935.
HSL color Cylindrical-coordinate representation of color #DF819E: hue angle of 341.49º 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 #DF819E is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 158 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.13 |
| HSL | 341.49º | 0.59% | 0.69% | - |
| HSV(B) | 341.49º | 0.42% | 0.87% | - |
| XYZ | 44.45 | 33.86 | 36.54 | - |
| YUV | 160.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 158 | 0 | 0.42 | 0.29 | 0.13 | 341.49 | 0.59 | 0.69 |
| Hex | DF | 81 | 9E | 0 | 2A | 1D | D | 155 | 3B | 45 |
| Octal | 337 | 201 | 236 | 0 | 52 | 35 | 15 | 525 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10011110 | 0 | 101010 | 11101 | 1101 | 101010101 | 111011 | 1000101 |
Color Harmonies of #DF819E
Complementary color
Monochromatic Colors of #DF819E
Black with #DF819E
Text Example
Text Example
White with #DF819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF819E; }
p { color: rgb(223,129,158); }
H1.HeaderClassName
{
color: #DF819E;
}
.AnyTagClassName
{
color: #DF819E;
}
</style>
background-color css
<style>
a { background-color: #DF819E; }
a { background-color: rgb(223,129,158); }
div.DivClassName
{
background-color: #DF819E;
}
.BgClassName
{
background-color: #DF819E;
}
</style>
border-color css
<style>
span { border-color: #DF819E; }
span { border-color: rgb(223,129,158); }
td.TdClassName
{
border-color: #DF819E;
}
.TagClassName
{
border-color: #DF819E;
}
</style>