Shades of Pale Violet Red #DD749F
Tints of Pale Violet Red #DD749F
RGB
CMYK
RGB Variations
Color information
#DD749F (or 0xDD749F) is known color: Pale Violet Red. HEX triplet: DD, 74 and 9F. RGB value is (221,116,159). Sum of RGB (Red+Green+Blue) = 221+116+159=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749F is #228B60. Grayscale: #989898. Windows color (decimal): -2263905 or 10450141. OLE color: 10450141.
HSL color Cylindrical-coordinate representation of color #DD749F: hue angle of 335.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD749F is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 159 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.13 |
| HSL | 335.43º | 0.61% | 0.66% | - |
| HSV(B) | 335.43º | 0.48% | 0.87% | - |
| XYZ | 42.32 | 30.37 | 36.43 | - |
| YUV | 152.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 159 | 0 | 0.48 | 0.28 | 0.13 | 335.43 | 0.61 | 0.66 |
| Hex | DD | 74 | 9F | 0 | 30 | 1C | D | 14F | 3D | 42 |
| Octal | 335 | 164 | 237 | 0 | 60 | 34 | 15 | 517 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10011111 | 0 | 110000 | 11100 | 1101 | 101001111 | 111101 | 1000010 |
Color Harmonies of #DD749F
Complementary color
Monochromatic Colors of #DD749F
Black with #DD749F
Text Example
Text Example
White with #DD749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD749F; }
p { color: rgb(221,116,159); }
H1.HeaderClassName
{
color: #DD749F;
}
.AnyTagClassName
{
color: #DD749F;
}
</style>
background-color css
<style>
a { background-color: #DD749F; }
a { background-color: rgb(221,116,159); }
div.DivClassName
{
background-color: #DD749F;
}
.BgClassName
{
background-color: #DD749F;
}
</style>
border-color css
<style>
span { border-color: #DD749F; }
span { border-color: rgb(221,116,159); }
td.TdClassName
{
border-color: #DD749F;
}
.TagClassName
{
border-color: #DD749F;
}
</style>