Shades of Carissma #DF838E
Tints of Carissma #DF838E
RGB
CMYK
RGB Variations
Color information
#DF838E (or 0xDF838E) is known color: Carissma. HEX triplet: DF, 83 and 8E. RGB value is (223,131,142). Sum of RGB (Red+Green+Blue) = 223+131+142=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838E is #207C71. Grayscale: #9F9F9F. Windows color (decimal): -2129010 or 9339871. OLE color: 9339871.
HSL color Cylindrical-coordinate representation of color #DF838E: hue angle of 352.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF838E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 142 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.13 |
| HSL | 352.83º | 0.59% | 0.69% | - |
| HSV(B) | 352.83º | 0.41% | 0.87% | - |
| XYZ | 43.43 | 33.87 | 29.84 | - |
| YUV | 159.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 142 | 0 | 0.41 | 0.36 | 0.13 | 352.83 | 0.59 | 0.69 |
| Hex | DF | 83 | 8E | 0 | 29 | 24 | D | 161 | 3B | 45 |
| Octal | 337 | 203 | 216 | 0 | 51 | 44 | 15 | 541 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10001110 | 0 | 101001 | 100100 | 1101 | 101100001 | 111011 | 1000101 |
Color Harmonies of #DF838E
Complementary color
Monochromatic Colors of #DF838E
Black with #DF838E
Text Example
Text Example
White with #DF838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF838E; }
p { color: rgb(223,131,142); }
H1.HeaderClassName
{
color: #DF838E;
}
.AnyTagClassName
{
color: #DF838E;
}
</style>
background-color css
<style>
a { background-color: #DF838E; }
a { background-color: rgb(223,131,142); }
div.DivClassName
{
background-color: #DF838E;
}
.BgClassName
{
background-color: #DF838E;
}
</style>
border-color css
<style>
span { border-color: #DF838E; }
span { border-color: rgb(223,131,142); }
td.TdClassName
{
border-color: #DF838E;
}
.TagClassName
{
border-color: #DF838E;
}
</style>