Shades of Carissma #DD8591
Tints of Carissma #DD8591
RGB
CMYK
RGB Variations
Color information
#DD8591 (or 0xDD8591) is known color: Carissma. HEX triplet: DD, 85 and 91. RGB value is (221,133,145). Sum of RGB (Red+Green+Blue) = 221+133+145=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8591 is #227A6E. Grayscale: #A0A0A0. Windows color (decimal): -2259567 or 9536989. OLE color: 9536989.
HSL color Cylindrical-coordinate representation of color #DD8591: hue angle of 351.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8591 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 145 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.13 |
| HSL | 351.82º | 0.56% | 0.69% | - |
| HSV(B) | 351.82º | 0.4% | 0.87% | - |
| XYZ | 43.32 | 34.19 | 31.1 | - |
| YUV | 160.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 145 | 0 | 0.40 | 0.34 | 0.13 | 351.82 | 0.56 | 0.69 |
| Hex | DD | 85 | 91 | 0 | 28 | 22 | D | 160 | 38 | 45 |
| Octal | 335 | 205 | 221 | 0 | 50 | 42 | 15 | 540 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10010001 | 0 | 101000 | 100010 | 1101 | 101100000 | 111000 | 1000101 |
Color Harmonies of #DD8591
Complementary color
Monochromatic Colors of #DD8591
Black with #DD8591
Text Example
Text Example
White with #DD8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8591; }
p { color: rgb(221,133,145); }
H1.HeaderClassName
{
color: #DD8591;
}
.AnyTagClassName
{
color: #DD8591;
}
</style>
background-color css
<style>
a { background-color: #DD8591; }
a { background-color: rgb(221,133,145); }
div.DivClassName
{
background-color: #DD8591;
}
.BgClassName
{
background-color: #DD8591;
}
</style>
border-color css
<style>
span { border-color: #DD8591; }
span { border-color: rgb(221,133,145); }
td.TdClassName
{
border-color: #DD8591;
}
.TagClassName
{
border-color: #DD8591;
}
</style>