Shades of Carissma #DD8183
Tints of Carissma #DD8183
RGB
CMYK
RGB Variations
Color information
#DD8183 (or 0xDD8183) is known color: Carissma. HEX triplet: DD, 81 and 83. RGB value is (221,129,131). Sum of RGB (Red+Green+Blue) = 221+129+131=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8183 is #227E7C. Grayscale: #9C9C9C. Windows color (decimal): -2260605 or 8618461. OLE color: 8618461.
HSL color Cylindrical-coordinate representation of color #DD8183: hue angle of 358.7º degrees, saturation: 0.57, 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 #DD8183 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 131 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.13 |
| HSL | 358.7º | 0.58% | 0.69% | - |
| HSV(B) | 358.7º | 0.42% | 0.87% | - |
| XYZ | 41.77 | 32.71 | 25.59 | - |
| YUV | 156.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 131 | 0 | 0.42 | 0.41 | 0.13 | 358.7 | 0.58 | 0.69 |
| Hex | DD | 81 | 83 | 0 | 2A | 29 | D | 167 | 3A | 45 |
| Octal | 335 | 201 | 203 | 0 | 52 | 51 | 15 | 547 | 72 | 105 |
| Binary | 11011101 | 10000001 | 10000011 | 0 | 101010 | 101001 | 1101 | 101100111 | 111010 | 1000101 |
Color Harmonies of #DD8183
Complementary color
Monochromatic Colors of #DD8183
Black with #DD8183
Text Example
Text Example
White with #DD8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8183; }
p { color: rgb(221,129,131); }
H1.HeaderClassName
{
color: #DD8183;
}
.AnyTagClassName
{
color: #DD8183;
}
</style>
background-color css
<style>
a { background-color: #DD8183; }
a { background-color: rgb(221,129,131); }
div.DivClassName
{
background-color: #DD8183;
}
.BgClassName
{
background-color: #DD8183;
}
</style>
border-color css
<style>
span { border-color: #DD8183; }
span { border-color: rgb(221,129,131); }
td.TdClassName
{
border-color: #DD8183;
}
.TagClassName
{
border-color: #DD8183;
}
</style>