Shades of Carissma #DD838B
Tints of Carissma #DD838B
RGB
CMYK
RGB Variations
Color information
#DD838B (or 0xDD838B) is known color: Carissma. HEX triplet: DD, 83 and 8B. RGB value is (221,131,139). Sum of RGB (Red+Green+Blue) = 221+131+139=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD838B is #227C74. Grayscale: #9E9E9E. Windows color (decimal): -2260085 or 9143261. OLE color: 9143261.
HSL color Cylindrical-coordinate representation of color #DD838B: hue angle of 354.67º 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 #DD838B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 139 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.13 |
| HSL | 354.67º | 0.57% | 0.69% | - |
| HSV(B) | 354.67º | 0.41% | 0.87% | - |
| XYZ | 42.6 | 33.47 | 28.64 | - |
| YUV | 158.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 139 | 0 | 0.41 | 0.37 | 0.13 | 354.67 | 0.57 | 0.69 |
| Hex | DD | 83 | 8B | 0 | 29 | 25 | D | 163 | 39 | 45 |
| Octal | 335 | 203 | 213 | 0 | 51 | 45 | 15 | 543 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10001011 | 0 | 101001 | 100101 | 1101 | 101100011 | 111001 | 1000101 |
Color Harmonies of #DD838B
Complementary color
Monochromatic Colors of #DD838B
Black with #DD838B
Text Example
Text Example
White with #DD838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD838B; }
p { color: rgb(221,131,139); }
H1.HeaderClassName
{
color: #DD838B;
}
.AnyTagClassName
{
color: #DD838B;
}
</style>
background-color css
<style>
a { background-color: #DD838B; }
a { background-color: rgb(221,131,139); }
div.DivClassName
{
background-color: #DD838B;
}
.BgClassName
{
background-color: #DD838B;
}
</style>
border-color css
<style>
span { border-color: #DD838B; }
span { border-color: rgb(221,131,139); }
td.TdClassName
{
border-color: #DD838B;
}
.TagClassName
{
border-color: #DD838B;
}
</style>