Shades of Pale Violet Red #DD749A
Tints of Pale Violet Red #DD749A
RGB
CMYK
RGB Variations
Color information
#DD749A (or 0xDD749A) is known color: Pale Violet Red. HEX triplet: DD, 74 and 9A. RGB value is (221,116,154). Sum of RGB (Red+Green+Blue) = 221+116+154=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749A is #228B65. Grayscale: #979797. Windows color (decimal): -2263910 or 10122461. OLE color: 10122461.
HSL color Cylindrical-coordinate representation of color #DD749A: hue angle of 338.29º 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 #DD749A is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 154 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 338.29º | 0.61% | 0.66% | - |
| HSV(B) | 338.29º | 0.48% | 0.87% | - |
| XYZ | 41.9 | 30.2 | 34.19 | - |
| YUV | 151.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 154 | 0 | 0.48 | 0.30 | 0.13 | 338.29 | 0.61 | 0.66 |
| Hex | DD | 74 | 9A | 0 | 30 | 1E | D | 152 | 3D | 42 |
| Octal | 335 | 164 | 232 | 0 | 60 | 36 | 15 | 522 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10011010 | 0 | 110000 | 11110 | 1101 | 101010010 | 111101 | 1000010 |
Color Harmonies of #DD749A
Complementary color
Monochromatic Colors of #DD749A
Black with #DD749A
Text Example
Text Example
White with #DD749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD749A; }
p { color: rgb(221,116,154); }
H1.HeaderClassName
{
color: #DD749A;
}
.AnyTagClassName
{
color: #DD749A;
}
</style>
background-color css
<style>
a { background-color: #DD749A; }
a { background-color: rgb(221,116,154); }
div.DivClassName
{
background-color: #DD749A;
}
.BgClassName
{
background-color: #DD749A;
}
</style>
border-color css
<style>
span { border-color: #DD749A; }
span { border-color: rgb(221,116,154); }
td.TdClassName
{
border-color: #DD749A;
}
.TagClassName
{
border-color: #DD749A;
}
</style>