Shades of Carissma #DD839E
Tints of Carissma #DD839E
RGB
CMYK
RGB Variations
Color information
#DD839E (or 0xDD839E) is known color: Carissma. HEX triplet: DD, 83 and 9E. RGB value is (221,131,158). Sum of RGB (Red+Green+Blue) = 221+131+158=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD839E is #227C61. Grayscale: #A0A0A0. Windows color (decimal): -2260066 or 10388445. OLE color: 10388445.
HSL color Cylindrical-coordinate representation of color #DD839E: hue angle of 342º degrees, saturation: 0.57, 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 #DD839E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 158 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.13 |
| HSL | 342º | 0.57% | 0.69% | - |
| HSV(B) | 342º | 0.41% | 0.87% | - |
| XYZ | 44.11 | 34.07 | 36.6 | - |
| YUV | 160.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 158 | 0 | 0.41 | 0.29 | 0.13 | 342 | 0.57 | 0.69 |
| Hex | DD | 83 | 9E | 0 | 29 | 1D | D | 156 | 39 | 45 |
| Octal | 335 | 203 | 236 | 0 | 51 | 35 | 15 | 526 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10011110 | 0 | 101001 | 11101 | 1101 | 101010110 | 111001 | 1000101 |
Color Harmonies of #DD839E
Complementary color
Monochromatic Colors of #DD839E
Black with #DD839E
Text Example
Text Example
White with #DD839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD839E; }
p { color: rgb(221,131,158); }
H1.HeaderClassName
{
color: #DD839E;
}
.AnyTagClassName
{
color: #DD839E;
}
</style>
background-color css
<style>
a { background-color: #DD839E; }
a { background-color: rgb(221,131,158); }
div.DivClassName
{
background-color: #DD839E;
}
.BgClassName
{
background-color: #DD839E;
}
</style>
border-color css
<style>
span { border-color: #DD839E; }
span { border-color: rgb(221,131,158); }
td.TdClassName
{
border-color: #DD839E;
}
.TagClassName
{
border-color: #DD839E;
}
</style>