Shades of Pale Violet Red #DD72A0
Tints of Pale Violet Red #DD72A0
RGB
CMYK
RGB Variations
Color information
#DD72A0 (or 0xDD72A0) is known color: Pale Violet Red. HEX triplet: DD, 72 and A0. RGB value is (221,114,160). Sum of RGB (Red+Green+Blue) = 221+114+160=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A0 is #228D5F. Grayscale: #979797. Windows color (decimal): -2264416 or 10515165. OLE color: 10515165.
HSL color Cylindrical-coordinate representation of color #DD72A0: hue angle of 334.21º 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 #DD72A0 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 160 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.13 |
| HSL | 334.21º | 0.61% | 0.66% | - |
| HSV(B) | 334.21º | 0.48% | 0.87% | - |
| XYZ | 42.18 | 29.94 | 36.81 | - |
| YUV | 151.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 160 | 0 | 0.48 | 0.28 | 0.13 | 334.21 | 0.61 | 0.66 |
| Hex | DD | 72 | A0 | 0 | 30 | 1C | D | 14E | 3D | 42 |
| Octal | 335 | 162 | 240 | 0 | 60 | 34 | 15 | 516 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10100000 | 0 | 110000 | 11100 | 1101 | 101001110 | 111101 | 1000010 |
Color Harmonies of #DD72A0
Complementary color
Monochromatic Colors of #DD72A0
Black with #DD72A0
Text Example
Text Example
White with #DD72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD72A0; }
p { color: rgb(221,114,160); }
H1.HeaderClassName
{
color: #DD72A0;
}
.AnyTagClassName
{
color: #DD72A0;
}
</style>
background-color css
<style>
a { background-color: #DD72A0; }
a { background-color: rgb(221,114,160); }
div.DivClassName
{
background-color: #DD72A0;
}
.BgClassName
{
background-color: #DD72A0;
}
</style>
border-color css
<style>
span { border-color: #DD72A0; }
span { border-color: rgb(221,114,160); }
td.TdClassName
{
border-color: #DD72A0;
}
.TagClassName
{
border-color: #DD72A0;
}
</style>