Shades of Carissma #DD7E9A
Tints of Carissma #DD7E9A
RGB
CMYK
RGB Variations
Color information
#DD7E9A (or 0xDD7E9A) is known color: Carissma. HEX triplet: DD, 7E and 9A. RGB value is (221,126,154). Sum of RGB (Red+Green+Blue) = 221+126+154=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E9A is #228165. Grayscale: #9D9D9D. Windows color (decimal): -2261350 or 10125021. OLE color: 10125021.
HSL color Cylindrical-coordinate representation of color #DD7E9A: hue angle of 342.32º 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 #DD7E9A is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 154 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.13 |
| HSL | 342.32º | 0.58% | 0.68% | - |
| HSV(B) | 342.32º | 0.43% | 0.87% | - |
| XYZ | 43.11 | 32.63 | 34.6 | - |
| YUV | 157.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 154 | 0 | 0.43 | 0.30 | 0.13 | 342.32 | 0.58 | 0.68 |
| Hex | DD | 7E | 9A | 0 | 2B | 1E | D | 156 | 3A | 44 |
| Octal | 335 | 176 | 232 | 0 | 53 | 36 | 15 | 526 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10011010 | 0 | 101011 | 11110 | 1101 | 101010110 | 111010 | 1000100 |
Color Harmonies of #DD7E9A
Complementary color
Monochromatic Colors of #DD7E9A
Black with #DD7E9A
Text Example
Text Example
White with #DD7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E9A; }
p { color: rgb(221,126,154); }
H1.HeaderClassName
{
color: #DD7E9A;
}
.AnyTagClassName
{
color: #DD7E9A;
}
</style>
background-color css
<style>
a { background-color: #DD7E9A; }
a { background-color: rgb(221,126,154); }
div.DivClassName
{
background-color: #DD7E9A;
}
.BgClassName
{
background-color: #DD7E9A;
}
</style>
border-color css
<style>
span { border-color: #DD7E9A; }
span { border-color: rgb(221,126,154); }
td.TdClassName
{
border-color: #DD7E9A;
}
.TagClassName
{
border-color: #DD7E9A;
}
</style>