Shades of Carissma #DF818B
Tints of Carissma #DF818B
RGB
CMYK
RGB Variations
Color information
#DF818B (or 0xDF818B) is known color: Carissma. HEX triplet: DF, 81 and 8B. RGB value is (223,129,139). Sum of RGB (Red+Green+Blue) = 223+129+139=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF818B is #207E74. Grayscale: #9E9E9E. Windows color (decimal): -2129525 or 9142751. OLE color: 9142751.
HSL color Cylindrical-coordinate representation of color #DF818B: hue angle of 353.62º 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 #DF818B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 139 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.13 |
| HSL | 353.62º | 0.59% | 0.69% | - |
| HSV(B) | 353.62º | 0.42% | 0.87% | - |
| XYZ | 42.94 | 33.25 | 28.58 | - |
| YUV | 158.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 139 | 0 | 0.42 | 0.38 | 0.13 | 353.62 | 0.59 | 0.69 |
| Hex | DF | 81 | 8B | 0 | 2A | 26 | D | 162 | 3B | 45 |
| Octal | 337 | 201 | 213 | 0 | 52 | 46 | 15 | 542 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10001011 | 0 | 101010 | 100110 | 1101 | 101100010 | 111011 | 1000101 |
Color Harmonies of #DF818B
Complementary color
Monochromatic Colors of #DF818B
Black with #DF818B
Text Example
Text Example
White with #DF818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF818B; }
p { color: rgb(223,129,139); }
H1.HeaderClassName
{
color: #DF818B;
}
.AnyTagClassName
{
color: #DF818B;
}
</style>
background-color css
<style>
a { background-color: #DF818B; }
a { background-color: rgb(223,129,139); }
div.DivClassName
{
background-color: #DF818B;
}
.BgClassName
{
background-color: #DF818B;
}
</style>
border-color css
<style>
span { border-color: #DF818B; }
span { border-color: rgb(223,129,139); }
td.TdClassName
{
border-color: #DF818B;
}
.TagClassName
{
border-color: #DF818B;
}
</style>