Shades of Carissma #DF839D
Tints of Carissma #DF839D
RGB
CMYK
RGB Variations
Color information
#DF839D (or 0xDF839D) is known color: Carissma. HEX triplet: DF, 83 and 9D. RGB value is (223,131,157). Sum of RGB (Red+Green+Blue) = 223+131+157=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF839D is #207C62. Grayscale: #A1A1A1. Windows color (decimal): -2128995 or 10322911. OLE color: 10322911.
HSL color Cylindrical-coordinate representation of color #DF839D: hue angle of 343.04º 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 #DF839D is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 157 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.13 |
| HSL | 343.04º | 0.59% | 0.69% | - |
| HSV(B) | 343.04º | 0.41% | 0.87% | - |
| XYZ | 44.63 | 34.35 | 36.18 | - |
| YUV | 161.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 157 | 0 | 0.41 | 0.30 | 0.13 | 343.04 | 0.59 | 0.69 |
| Hex | DF | 83 | 9D | 0 | 29 | 1E | D | 157 | 3B | 45 |
| Octal | 337 | 203 | 235 | 0 | 51 | 36 | 15 | 527 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10011101 | 0 | 101001 | 11110 | 1101 | 101010111 | 111011 | 1000101 |
Color Harmonies of #DF839D
Complementary color
Monochromatic Colors of #DF839D
Black with #DF839D
Text Example
Text Example
White with #DF839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF839D; }
p { color: rgb(223,131,157); }
H1.HeaderClassName
{
color: #DF839D;
}
.AnyTagClassName
{
color: #DF839D;
}
</style>
background-color css
<style>
a { background-color: #DF839D; }
a { background-color: rgb(223,131,157); }
div.DivClassName
{
background-color: #DF839D;
}
.BgClassName
{
background-color: #DF839D;
}
</style>
border-color css
<style>
span { border-color: #DF839D; }
span { border-color: rgb(223,131,157); }
td.TdClassName
{
border-color: #DF839D;
}
.TagClassName
{
border-color: #DF839D;
}
</style>