Shades of Carissma #DD8091
Tints of Carissma #DD8091
RGB
CMYK
RGB Variations
Color information
#DD8091 (or 0xDD8091) is known color: Carissma. HEX triplet: DD, 80 and 91. RGB value is (221,128,145). Sum of RGB (Red+Green+Blue) = 221+128+145=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8091 is #227F6E. Grayscale: #9D9D9D. Windows color (decimal): -2260847 or 9535709. OLE color: 9535709.
HSL color Cylindrical-coordinate representation of color #DD8091: hue angle of 349.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8091 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 145 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.13 |
| HSL | 349.03º | 0.58% | 0.68% | - |
| HSV(B) | 349.03º | 0.42% | 0.87% | - |
| XYZ | 42.65 | 32.85 | 30.88 | - |
| YUV | 157.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 145 | 0 | 0.42 | 0.34 | 0.13 | 349.03 | 0.58 | 0.68 |
| Hex | DD | 80 | 91 | 0 | 2A | 22 | D | 15D | 3A | 44 |
| Octal | 335 | 200 | 221 | 0 | 52 | 42 | 15 | 535 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10010001 | 0 | 101010 | 100010 | 1101 | 101011101 | 111010 | 1000100 |
Color Harmonies of #DD8091
Complementary color
Monochromatic Colors of #DD8091
Black with #DD8091
Text Example
Text Example
White with #DD8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8091; }
p { color: rgb(221,128,145); }
H1.HeaderClassName
{
color: #DD8091;
}
.AnyTagClassName
{
color: #DD8091;
}
</style>
background-color css
<style>
a { background-color: #DD8091; }
a { background-color: rgb(221,128,145); }
div.DivClassName
{
background-color: #DD8091;
}
.BgClassName
{
background-color: #DD8091;
}
</style>
border-color css
<style>
span { border-color: #DD8091; }
span { border-color: rgb(221,128,145); }
td.TdClassName
{
border-color: #DD8091;
}
.TagClassName
{
border-color: #DD8091;
}
</style>