Shades of Pale Violet Red #DD72A3
Tints of Pale Violet Red #DD72A3
RGB
CMYK
RGB Variations
Color information
#DD72A3 (or 0xDD72A3) is known color: Pale Violet Red. HEX triplet: DD, 72 and A3. RGB value is (221,114,163). Sum of RGB (Red+Green+Blue) = 221+114+163=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A3 is #228D5C. Grayscale: #979797. Windows color (decimal): -2264413 or 10711773. OLE color: 10711773.
HSL color Cylindrical-coordinate representation of color #DD72A3: hue angle of 332.52º 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 #DD72A3 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 163 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.13 |
| HSL | 332.52º | 0.61% | 0.66% | - |
| HSV(B) | 332.52º | 0.48% | 0.87% | - |
| XYZ | 42.45 | 30.05 | 38.21 | - |
| YUV | 151.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 163 | 0 | 0.48 | 0.26 | 0.13 | 332.52 | 0.61 | 0.66 |
| Hex | DD | 72 | A3 | 0 | 30 | 1A | D | 14D | 3D | 42 |
| Octal | 335 | 162 | 243 | 0 | 60 | 32 | 15 | 515 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10100011 | 0 | 110000 | 11010 | 1101 | 101001101 | 111101 | 1000010 |
Color Harmonies of #DD72A3
Complementary color
Monochromatic Colors of #DD72A3
Black with #DD72A3
Text Example
Text Example
White with #DD72A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72A3; }
p { color: rgb(221,114,163); }
H1.HeaderClassName
{
color: #DD72A3;
}
.AnyTagClassName
{
color: #DD72A3;
}
</style>
background-color css
<style>
a { background-color: #DD72A3; }
a { background-color: rgb(221,114,163); }
div.DivClassName
{
background-color: #DD72A3;
}
.BgClassName
{
background-color: #DD72A3;
}
</style>
border-color css
<style>
span { border-color: #DD72A3; }
span { border-color: rgb(221,114,163); }
td.TdClassName
{
border-color: #DD72A3;
}
.TagClassName
{
border-color: #DD72A3;
}
</style>