Shades of Carissma #DD7F91
Tints of Carissma #DD7F91
RGB
CMYK
RGB Variations
Color information
#DD7F91 (or 0xDD7F91) is known color: Carissma. HEX triplet: DD, 7F and 91. RGB value is (221,127,145). Sum of RGB (Red+Green+Blue) = 221+127+145=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F91 is #22806E. Grayscale: #9D9D9D. Windows color (decimal): -2261103 or 9535453. OLE color: 9535453.
HSL color Cylindrical-coordinate representation of color #DD7F91: hue angle of 348.51º 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 #DD7F91 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 145 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.13 |
| HSL | 348.51º | 0.58% | 0.68% | - |
| HSV(B) | 348.51º | 0.43% | 0.87% | - |
| XYZ | 42.52 | 32.6 | 30.84 | - |
| YUV | 157.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 145 | 0 | 0.43 | 0.34 | 0.13 | 348.51 | 0.58 | 0.68 |
| Hex | DD | 7F | 91 | 0 | 2B | 22 | D | 15D | 3A | 44 |
| Octal | 335 | 177 | 221 | 0 | 53 | 42 | 15 | 535 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10010001 | 0 | 101011 | 100010 | 1101 | 101011101 | 111010 | 1000100 |
Color Harmonies of #DD7F91
Complementary color
Monochromatic Colors of #DD7F91
Black with #DD7F91
Text Example
Text Example
White with #DD7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F91; }
p { color: rgb(221,127,145); }
H1.HeaderClassName
{
color: #DD7F91;
}
.AnyTagClassName
{
color: #DD7F91;
}
</style>
background-color css
<style>
a { background-color: #DD7F91; }
a { background-color: rgb(221,127,145); }
div.DivClassName
{
background-color: #DD7F91;
}
.BgClassName
{
background-color: #DD7F91;
}
</style>
border-color css
<style>
span { border-color: #DD7F91; }
span { border-color: rgb(221,127,145); }
td.TdClassName
{
border-color: #DD7F91;
}
.TagClassName
{
border-color: #DD7F91;
}
</style>