Shades of Carissma #DD8791
Tints of Carissma #DD8791
RGB
CMYK
RGB Variations
Color information
#DD8791 (or 0xDD8791) is known color: Carissma. HEX triplet: DD, 87 and 91. RGB value is (221,135,145). Sum of RGB (Red+Green+Blue) = 221+135+145=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8791 is #22786E. Grayscale: #A1A1A1. Windows color (decimal): -2259055 or 9537501. OLE color: 9537501.
HSL color Cylindrical-coordinate representation of color #DD8791: hue angle of 353.02º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8791 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 145 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.13 |
| HSL | 353.02º | 0.56% | 0.7% | - |
| HSV(B) | 353.02º | 0.39% | 0.87% | - |
| XYZ | 43.59 | 34.74 | 31.2 | - |
| YUV | 161.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 145 | 0 | 0.39 | 0.34 | 0.13 | 353.02 | 0.56 | 0.7 |
| Hex | DD | 87 | 91 | 0 | 27 | 22 | D | 161 | 38 | 46 |
| Octal | 335 | 207 | 221 | 0 | 47 | 42 | 15 | 541 | 70 | 106 |
| Binary | 11011101 | 10000111 | 10010001 | 0 | 100111 | 100010 | 1101 | 101100001 | 111000 | 1000110 |
Color Harmonies of #DD8791
Complementary color
Monochromatic Colors of #DD8791
Black with #DD8791
Text Example
Text Example
White with #DD8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8791; }
p { color: rgb(221,135,145); }
H1.HeaderClassName
{
color: #DD8791;
}
.AnyTagClassName
{
color: #DD8791;
}
</style>
background-color css
<style>
a { background-color: #DD8791; }
a { background-color: rgb(221,135,145); }
div.DivClassName
{
background-color: #DD8791;
}
.BgClassName
{
background-color: #DD8791;
}
</style>
border-color css
<style>
span { border-color: #DD8791; }
span { border-color: rgb(221,135,145); }
td.TdClassName
{
border-color: #DD8791;
}
.TagClassName
{
border-color: #DD8791;
}
</style>