Shades of Carissma #DD7F9F
Tints of Carissma #DD7F9F
RGB
CMYK
RGB Variations
Color information
#DD7F9F (or 0xDD7F9F) is known color: Carissma. HEX triplet: DD, 7F and 9F. RGB value is (221,127,159). Sum of RGB (Red+Green+Blue) = 221+127+159=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F9F is #228060. Grayscale: #9E9E9E. Windows color (decimal): -2261089 or 10452957. OLE color: 10452957.
HSL color Cylindrical-coordinate representation of color #DD7F9F: hue angle of 339.57º 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 #DD7F9F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 159 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.13 |
| HSL | 339.57º | 0.58% | 0.68% | - |
| HSV(B) | 339.57º | 0.43% | 0.87% | - |
| XYZ | 43.67 | 33.05 | 36.88 | - |
| YUV | 158.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 159 | 0 | 0.43 | 0.28 | 0.13 | 339.57 | 0.58 | 0.68 |
| Hex | DD | 7F | 9F | 0 | 2B | 1C | D | 154 | 3A | 44 |
| Octal | 335 | 177 | 237 | 0 | 53 | 34 | 15 | 524 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10011111 | 0 | 101011 | 11100 | 1101 | 101010100 | 111010 | 1000100 |
Color Harmonies of #DD7F9F
Complementary color
Monochromatic Colors of #DD7F9F
Black with #DD7F9F
Text Example
Text Example
White with #DD7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F9F; }
p { color: rgb(221,127,159); }
H1.HeaderClassName
{
color: #DD7F9F;
}
.AnyTagClassName
{
color: #DD7F9F;
}
</style>
background-color css
<style>
a { background-color: #DD7F9F; }
a { background-color: rgb(221,127,159); }
div.DivClassName
{
background-color: #DD7F9F;
}
.BgClassName
{
background-color: #DD7F9F;
}
</style>
border-color css
<style>
span { border-color: #DD7F9F; }
span { border-color: rgb(221,127,159); }
td.TdClassName
{
border-color: #DD7F9F;
}
.TagClassName
{
border-color: #DD7F9F;
}
</style>