Shades of Carissma #DD7E8A
Tints of Carissma #DD7E8A
RGB
CMYK
RGB Variations
Color information
#DD7E8A (or 0xDD7E8A) is known color: Carissma. HEX triplet: DD, 7E and 8A. RGB value is (221,126,138). Sum of RGB (Red+Green+Blue) = 221+126+138=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E8A is #228175. Grayscale: #9B9B9B. Windows color (decimal): -2261366 or 9076445. OLE color: 9076445.
HSL color Cylindrical-coordinate representation of color #DD7E8A: hue angle of 352.42º 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 #DD7E8A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 138 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 352.42º | 0.58% | 0.68% | - |
| HSV(B) | 352.42º | 0.43% | 0.87% | - |
| XYZ | 41.87 | 32.13 | 28.04 | - |
| YUV | 155.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 138 | 0 | 0.43 | 0.38 | 0.13 | 352.42 | 0.58 | 0.68 |
| Hex | DD | 7E | 8A | 0 | 2B | 26 | D | 160 | 3A | 44 |
| Octal | 335 | 176 | 212 | 0 | 53 | 46 | 15 | 540 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10001010 | 0 | 101011 | 100110 | 1101 | 101100000 | 111010 | 1000100 |
Color Harmonies of #DD7E8A
Complementary color
Monochromatic Colors of #DD7E8A
Black with #DD7E8A
Text Example
Text Example
White with #DD7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E8A; }
p { color: rgb(221,126,138); }
H1.HeaderClassName
{
color: #DD7E8A;
}
.AnyTagClassName
{
color: #DD7E8A;
}
</style>
background-color css
<style>
a { background-color: #DD7E8A; }
a { background-color: rgb(221,126,138); }
div.DivClassName
{
background-color: #DD7E8A;
}
.BgClassName
{
background-color: #DD7E8A;
}
</style>
border-color css
<style>
span { border-color: #DD7E8A; }
span { border-color: rgb(221,126,138); }
td.TdClassName
{
border-color: #DD7E8A;
}
.TagClassName
{
border-color: #DD7E8A;
}
</style>