Shades of Carissma #DD7E86
Tints of Carissma #DD7E86
RGB
CMYK
RGB Variations
Color information
#DD7E86 (or 0xDD7E86) is known color: Carissma. HEX triplet: DD, 7E and 86. RGB value is (221,126,134). Sum of RGB (Red+Green+Blue) = 221+126+134=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E86 is #228179. Grayscale: #9B9B9B. Windows color (decimal): -2261370 or 8814301. OLE color: 8814301.
HSL color Cylindrical-coordinate representation of color #DD7E86: hue angle of 354.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E86 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 134 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.13 |
| HSL | 354.95º | 0.58% | 0.68% | - |
| HSV(B) | 354.95º | 0.43% | 0.87% | - |
| XYZ | 41.58 | 32.02 | 26.54 | - |
| YUV | 155.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 134 | 0 | 0.43 | 0.39 | 0.13 | 354.95 | 0.58 | 0.68 |
| Hex | DD | 7E | 86 | 0 | 2B | 27 | D | 163 | 3A | 44 |
| Octal | 335 | 176 | 206 | 0 | 53 | 47 | 15 | 543 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10000110 | 0 | 101011 | 100111 | 1101 | 101100011 | 111010 | 1000100 |
Color Harmonies of #DD7E86
Complementary color
Monochromatic Colors of #DD7E86
Black with #DD7E86
Text Example
Text Example
White with #DD7E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E86; }
p { color: rgb(221,126,134); }
H1.HeaderClassName
{
color: #DD7E86;
}
.AnyTagClassName
{
color: #DD7E86;
}
</style>
background-color css
<style>
a { background-color: #DD7E86; }
a { background-color: rgb(221,126,134); }
div.DivClassName
{
background-color: #DD7E86;
}
.BgClassName
{
background-color: #DD7E86;
}
</style>
border-color css
<style>
span { border-color: #DD7E86; }
span { border-color: rgb(221,126,134); }
td.TdClassName
{
border-color: #DD7E86;
}
.TagClassName
{
border-color: #DD7E86;
}
</style>