Shades of Carissma #DD7A91
Tints of Carissma #DD7A91
RGB
CMYK
RGB Variations
Color information
#DD7A91 (or 0xDD7A91) is known color: Carissma. HEX triplet: DD, 7A and 91. RGB value is (221,122,145). Sum of RGB (Red+Green+Blue) = 221+122+145=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A91 is #22856E. Grayscale: #9A9A9A. Windows color (decimal): -2262383 or 9534173. OLE color: 9534173.
HSL color Cylindrical-coordinate representation of color #DD7A91: hue angle of 346.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A91 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 145 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.13 |
| HSL | 346.06º | 0.59% | 0.67% | - |
| HSV(B) | 346.06º | 0.45% | 0.87% | - |
| XYZ | 41.89 | 31.34 | 30.63 | - |
| YUV | 154.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 145 | 0 | 0.45 | 0.34 | 0.13 | 346.06 | 0.59 | 0.67 |
| Hex | DD | 7A | 91 | 0 | 2D | 22 | D | 15A | 3B | 43 |
| Octal | 335 | 172 | 221 | 0 | 55 | 42 | 15 | 532 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10010001 | 0 | 101101 | 100010 | 1101 | 101011010 | 111011 | 1000011 |
Color Harmonies of #DD7A91
Complementary color
Monochromatic Colors of #DD7A91
Black with #DD7A91
Text Example
Text Example
White with #DD7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A91; }
p { color: rgb(221,122,145); }
H1.HeaderClassName
{
color: #DD7A91;
}
.AnyTagClassName
{
color: #DD7A91;
}
</style>
background-color css
<style>
a { background-color: #DD7A91; }
a { background-color: rgb(221,122,145); }
div.DivClassName
{
background-color: #DD7A91;
}
.BgClassName
{
background-color: #DD7A91;
}
</style>
border-color css
<style>
span { border-color: #DD7A91; }
span { border-color: rgb(221,122,145); }
td.TdClassName
{
border-color: #DD7A91;
}
.TagClassName
{
border-color: #DD7A91;
}
</style>