Shades of Carissma #DD8289
Tints of Carissma #DD8289
RGB
CMYK
RGB Variations
Color information
#DD8289 (or 0xDD8289) is known color: Carissma. HEX triplet: DD, 82 and 89. RGB value is (221,130,137). Sum of RGB (Red+Green+Blue) = 221+130+137=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8289 is #227D76. Grayscale: #9E9E9E. Windows color (decimal): -2260343 or 9011933. OLE color: 9011933.
HSL color Cylindrical-coordinate representation of color #DD8289: hue angle of 355.38º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8289 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 137 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.13 |
| HSL | 355.38º | 0.57% | 0.69% | - |
| HSV(B) | 355.38º | 0.41% | 0.87% | - |
| XYZ | 42.32 | 33.14 | 27.83 | - |
| YUV | 158.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 137 | 0 | 0.41 | 0.38 | 0.13 | 355.38 | 0.57 | 0.69 |
| Hex | DD | 82 | 89 | 0 | 29 | 26 | D | 163 | 39 | 45 |
| Octal | 335 | 202 | 211 | 0 | 51 | 46 | 15 | 543 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10001001 | 0 | 101001 | 100110 | 1101 | 101100011 | 111001 | 1000101 |
Color Harmonies of #DD8289
Complementary color
Monochromatic Colors of #DD8289
Black with #DD8289
Text Example
Text Example
White with #DD8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8289; }
p { color: rgb(221,130,137); }
H1.HeaderClassName
{
color: #DD8289;
}
.AnyTagClassName
{
color: #DD8289;
}
</style>
background-color css
<style>
a { background-color: #DD8289; }
a { background-color: rgb(221,130,137); }
div.DivClassName
{
background-color: #DD8289;
}
.BgClassName
{
background-color: #DD8289;
}
</style>
border-color css
<style>
span { border-color: #DD8289; }
span { border-color: rgb(221,130,137); }
td.TdClassName
{
border-color: #DD8289;
}
.TagClassName
{
border-color: #DD8289;
}
</style>