Shades of Carissma #DD7F99
Tints of Carissma #DD7F99
RGB
CMYK
RGB Variations
Color information
#DD7F99 (or 0xDD7F99) is known color: Carissma. HEX triplet: DD, 7F and 99. RGB value is (221,127,153). Sum of RGB (Red+Green+Blue) = 221+127+153=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F99 is #228066. Grayscale: #9E9E9E. Windows color (decimal): -2261095 or 10059741. OLE color: 10059741.
HSL color Cylindrical-coordinate representation of color #DD7F99: hue angle of 343.4º 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 #DD7F99 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 153 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.13 |
| HSL | 343.4º | 0.58% | 0.68% | - |
| HSV(B) | 343.4º | 0.43% | 0.87% | - |
| XYZ | 43.16 | 32.85 | 34.2 | - |
| YUV | 158.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 153 | 0 | 0.43 | 0.31 | 0.13 | 343.4 | 0.58 | 0.68 |
| Hex | DD | 7F | 99 | 0 | 2B | 1F | D | 157 | 3A | 44 |
| Octal | 335 | 177 | 231 | 0 | 53 | 37 | 15 | 527 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10011001 | 0 | 101011 | 11111 | 1101 | 101010111 | 111010 | 1000100 |
Color Harmonies of #DD7F99
Complementary color
Monochromatic Colors of #DD7F99
Black with #DD7F99
Text Example
Text Example
White with #DD7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F99; }
p { color: rgb(221,127,153); }
H1.HeaderClassName
{
color: #DD7F99;
}
.AnyTagClassName
{
color: #DD7F99;
}
</style>
background-color css
<style>
a { background-color: #DD7F99; }
a { background-color: rgb(221,127,153); }
div.DivClassName
{
background-color: #DD7F99;
}
.BgClassName
{
background-color: #DD7F99;
}
</style>
border-color css
<style>
span { border-color: #DD7F99; }
span { border-color: rgb(221,127,153); }
td.TdClassName
{
border-color: #DD7F99;
}
.TagClassName
{
border-color: #DD7F99;
}
</style>