Shades of Pale Violet Red #DD73A6
Tints of Pale Violet Red #DD73A6
RGB
CMYK
RGB Variations
Color information
#DD73A6 (or 0xDD73A6) is known color: Pale Violet Red. HEX triplet: DD, 73 and A6. RGB value is (221,115,166). Sum of RGB (Red+Green+Blue) = 221+115+166=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A6 is #228C59. Grayscale: #989898. Windows color (decimal): -2264154 or 10908637. OLE color: 10908637.
HSL color Cylindrical-coordinate representation of color #DD73A6: hue angle of 331.13º 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 #DD73A6 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 166 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.13 |
| HSL | 331.13º | 0.61% | 0.66% | - |
| HSV(B) | 331.13º | 0.48% | 0.87% | - |
| XYZ | 42.83 | 30.39 | 39.68 | - |
| YUV | 152.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 166 | 0 | 0.48 | 0.25 | 0.13 | 331.13 | 0.61 | 0.66 |
| Hex | DD | 73 | A6 | 0 | 30 | 19 | D | 14B | 3D | 42 |
| Octal | 335 | 163 | 246 | 0 | 60 | 31 | 15 | 513 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10100110 | 0 | 110000 | 11001 | 1101 | 101001011 | 111101 | 1000010 |
Color Harmonies of #DD73A6
Complementary color
Monochromatic Colors of #DD73A6
Black with #DD73A6
Text Example
Text Example
White with #DD73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73A6; }
p { color: rgb(221,115,166); }
H1.HeaderClassName
{
color: #DD73A6;
}
.AnyTagClassName
{
color: #DD73A6;
}
</style>
background-color css
<style>
a { background-color: #DD73A6; }
a { background-color: rgb(221,115,166); }
div.DivClassName
{
background-color: #DD73A6;
}
.BgClassName
{
background-color: #DD73A6;
}
</style>
border-color css
<style>
span { border-color: #DD73A6; }
span { border-color: rgb(221,115,166); }
td.TdClassName
{
border-color: #DD73A6;
}
.TagClassName
{
border-color: #DD73A6;
}
</style>