Shades of Carissma #DF8183
Tints of Carissma #DF8183
RGB
CMYK
RGB Variations
Color information
#DF8183 (or 0xDF8183) is known color: Carissma. HEX triplet: DF, 81 and 83. RGB value is (223,129,131). Sum of RGB (Red+Green+Blue) = 223+129+131=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8183 is #207E7C. Grayscale: #9D9D9D. Windows color (decimal): -2129533 or 8618463. OLE color: 8618463.
HSL color Cylindrical-coordinate representation of color #DF8183: hue angle of 358.72º 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 #DF8183 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 131 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.13 |
| HSL | 358.72º | 0.59% | 0.69% | - |
| HSV(B) | 358.72º | 0.42% | 0.87% | - |
| XYZ | 42.38 | 33.03 | 25.61 | - |
| YUV | 157.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 131 | 0 | 0.42 | 0.41 | 0.13 | 358.72 | 0.59 | 0.69 |
| Hex | DF | 81 | 83 | 0 | 2A | 29 | D | 167 | 3B | 45 |
| Octal | 337 | 201 | 203 | 0 | 52 | 51 | 15 | 547 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10000011 | 0 | 101010 | 101001 | 1101 | 101100111 | 111011 | 1000101 |
Color Harmonies of #DF8183
Complementary color
Monochromatic Colors of #DF8183
Black with #DF8183
Text Example
Text Example
White with #DF8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8183; }
p { color: rgb(223,129,131); }
H1.HeaderClassName
{
color: #DF8183;
}
.AnyTagClassName
{
color: #DF8183;
}
</style>
background-color css
<style>
a { background-color: #DF8183; }
a { background-color: rgb(223,129,131); }
div.DivClassName
{
background-color: #DF8183;
}
.BgClassName
{
background-color: #DF8183;
}
</style>
border-color css
<style>
span { border-color: #DF8183; }
span { border-color: rgb(223,129,131); }
td.TdClassName
{
border-color: #DF8183;
}
.TagClassName
{
border-color: #DF8183;
}
</style>