Shades of Carissma #DF818C
Tints of Carissma #DF818C
RGB
CMYK
RGB Variations
Color information
#DF818C (or 0xDF818C) is known color: Carissma. HEX triplet: DF, 81 and 8C. RGB value is (223,129,140). Sum of RGB (Red+Green+Blue) = 223+129+140=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF818C is #207E73. Grayscale: #9E9E9E. Windows color (decimal): -2129524 or 9208287. OLE color: 9208287.
HSL color Cylindrical-coordinate representation of color #DF818C: hue angle of 352.98º 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 #DF818C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 140 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.13 |
| HSL | 352.98º | 0.59% | 0.69% | - |
| HSV(B) | 352.98º | 0.42% | 0.87% | - |
| XYZ | 43.02 | 33.28 | 28.97 | - |
| YUV | 158.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 140 | 0 | 0.42 | 0.37 | 0.13 | 352.98 | 0.59 | 0.69 |
| Hex | DF | 81 | 8C | 0 | 2A | 25 | D | 161 | 3B | 45 |
| Octal | 337 | 201 | 214 | 0 | 52 | 45 | 15 | 541 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10001100 | 0 | 101010 | 100101 | 1101 | 101100001 | 111011 | 1000101 |
Color Harmonies of #DF818C
Complementary color
Monochromatic Colors of #DF818C
Black with #DF818C
Text Example
Text Example
White with #DF818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF818C; }
p { color: rgb(223,129,140); }
H1.HeaderClassName
{
color: #DF818C;
}
.AnyTagClassName
{
color: #DF818C;
}
</style>
background-color css
<style>
a { background-color: #DF818C; }
a { background-color: rgb(223,129,140); }
div.DivClassName
{
background-color: #DF818C;
}
.BgClassName
{
background-color: #DF818C;
}
</style>
border-color css
<style>
span { border-color: #DF818C; }
span { border-color: rgb(223,129,140); }
td.TdClassName
{
border-color: #DF818C;
}
.TagClassName
{
border-color: #DF818C;
}
</style>