Shades of Carissma #DD7E9F
Tints of Carissma #DD7E9F
RGB
CMYK
RGB Variations
Color information
#DD7E9F (or 0xDD7E9F) is known color: Carissma. HEX triplet: DD, 7E and 9F. RGB value is (221,126,159). Sum of RGB (Red+Green+Blue) = 221+126+159=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E9F is #228160. Grayscale: #9E9E9E. Windows color (decimal): -2261345 or 10452701. OLE color: 10452701.
HSL color Cylindrical-coordinate representation of color #DD7E9F: hue angle of 339.16º 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 #DD7E9F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 159 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.13 |
| HSL | 339.16º | 0.58% | 0.68% | - |
| HSV(B) | 339.16º | 0.43% | 0.87% | - |
| XYZ | 43.54 | 32.8 | 36.84 | - |
| YUV | 158.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 159 | 0 | 0.43 | 0.28 | 0.13 | 339.16 | 0.58 | 0.68 |
| Hex | DD | 7E | 9F | 0 | 2B | 1C | D | 153 | 3A | 44 |
| Octal | 335 | 176 | 237 | 0 | 53 | 34 | 15 | 523 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10011111 | 0 | 101011 | 11100 | 1101 | 101010011 | 111010 | 1000100 |
Color Harmonies of #DD7E9F
Complementary color
Monochromatic Colors of #DD7E9F
Black with #DD7E9F
Text Example
Text Example
White with #DD7E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E9F; }
p { color: rgb(221,126,159); }
H1.HeaderClassName
{
color: #DD7E9F;
}
.AnyTagClassName
{
color: #DD7E9F;
}
</style>
background-color css
<style>
a { background-color: #DD7E9F; }
a { background-color: rgb(221,126,159); }
div.DivClassName
{
background-color: #DD7E9F;
}
.BgClassName
{
background-color: #DD7E9F;
}
</style>
border-color css
<style>
span { border-color: #DD7E9F; }
span { border-color: rgb(221,126,159); }
td.TdClassName
{
border-color: #DD7E9F;
}
.TagClassName
{
border-color: #DD7E9F;
}
</style>