Shades of Carissma #DD7EA0
Tints of Carissma #DD7EA0
RGB
CMYK
RGB Variations
Color information
#DD7EA0 (or 0xDD7EA0) is known color: Carissma. HEX triplet: DD, 7E and A0. RGB value is (221,126,160). Sum of RGB (Red+Green+Blue) = 221+126+160=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA0 is #22815F. Grayscale: #9E9E9E. Windows color (decimal): -2261344 or 10518237. OLE color: 10518237.
HSL color Cylindrical-coordinate representation of color #DD7EA0: hue angle of 338.53º 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 #DD7EA0 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 160 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.13 |
| HSL | 338.53º | 0.58% | 0.68% | - |
| HSV(B) | 338.53º | 0.43% | 0.87% | - |
| XYZ | 43.62 | 32.83 | 37.3 | - |
| YUV | 158.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 160 | 0 | 0.43 | 0.28 | 0.13 | 338.53 | 0.58 | 0.68 |
| Hex | DD | 7E | A0 | 0 | 2B | 1C | D | 153 | 3A | 44 |
| Octal | 335 | 176 | 240 | 0 | 53 | 34 | 15 | 523 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10100000 | 0 | 101011 | 11100 | 1101 | 101010011 | 111010 | 1000100 |
Color Harmonies of #DD7EA0
Complementary color
Monochromatic Colors of #DD7EA0
Black with #DD7EA0
Text Example
Text Example
White with #DD7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EA0; }
p { color: rgb(221,126,160); }
H1.HeaderClassName
{
color: #DD7EA0;
}
.AnyTagClassName
{
color: #DD7EA0;
}
</style>
background-color css
<style>
a { background-color: #DD7EA0; }
a { background-color: rgb(221,126,160); }
div.DivClassName
{
background-color: #DD7EA0;
}
.BgClassName
{
background-color: #DD7EA0;
}
</style>
border-color css
<style>
span { border-color: #DD7EA0; }
span { border-color: rgb(221,126,160); }
td.TdClassName
{
border-color: #DD7EA0;
}
.TagClassName
{
border-color: #DD7EA0;
}
</style>