Shades of Carissma #DD8589
Tints of Carissma #DD8589
RGB
CMYK
RGB Variations
Color information
#DD8589 (or 0xDD8589) is known color: Carissma. HEX triplet: DD, 85 and 89. RGB value is (221,133,137). Sum of RGB (Red+Green+Blue) = 221+133+137=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8589 is #227A76. Grayscale: #9F9F9F. Windows color (decimal): -2259575 or 9012701. OLE color: 9012701.
HSL color Cylindrical-coordinate representation of color #DD8589: hue angle of 357.27º 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 #DD8589 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 137 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.13 |
| HSL | 357.27º | 0.56% | 0.69% | - |
| HSV(B) | 357.27º | 0.4% | 0.87% | - |
| XYZ | 42.72 | 33.95 | 27.97 | - |
| YUV | 159.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 137 | 0 | 0.40 | 0.38 | 0.13 | 357.27 | 0.56 | 0.69 |
| Hex | DD | 85 | 89 | 0 | 28 | 26 | D | 165 | 38 | 45 |
| Octal | 335 | 205 | 211 | 0 | 50 | 46 | 15 | 545 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10001001 | 0 | 101000 | 100110 | 1101 | 101100101 | 111000 | 1000101 |
Color Harmonies of #DD8589
Complementary color
Monochromatic Colors of #DD8589
Black with #DD8589
Text Example
Text Example
White with #DD8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8589; }
p { color: rgb(221,133,137); }
H1.HeaderClassName
{
color: #DD8589;
}
.AnyTagClassName
{
color: #DD8589;
}
</style>
background-color css
<style>
a { background-color: #DD8589; }
a { background-color: rgb(221,133,137); }
div.DivClassName
{
background-color: #DD8589;
}
.BgClassName
{
background-color: #DD8589;
}
</style>
border-color css
<style>
span { border-color: #DD8589; }
span { border-color: rgb(221,133,137); }
td.TdClassName
{
border-color: #DD8589;
}
.TagClassName
{
border-color: #DD8589;
}
</style>