Shades of Pale Violet Red #DD70AD
Tints of Pale Violet Red #DD70AD
RGB
CMYK
RGB Variations
Color information
#DD70AD (or 0xDD70AD) is known color: Pale Violet Red. HEX triplet: DD, 70 and AD. RGB value is (221,112,173). Sum of RGB (Red+Green+Blue) = 221+112+173=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70AD is #228F52. Grayscale: #979797. Windows color (decimal): -2264915 or 11366621. OLE color: 11366621.
HSL color Cylindrical-coordinate representation of color #DD70AD: hue angle of 326.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70AD is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 173 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.13 |
| HSL | 326.42º | 0.62% | 0.65% | - |
| HSV(B) | 326.42º | 0.49% | 0.87% | - |
| XYZ | 43.16 | 29.98 | 43.05 | - |
| YUV | 151.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 173 | 0 | 0.49 | 0.22 | 0.13 | 326.42 | 0.62 | 0.65 |
| Hex | DD | 70 | AD | 0 | 31 | 16 | D | 146 | 3E | 41 |
| Octal | 335 | 160 | 255 | 0 | 61 | 26 | 15 | 506 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10101101 | 0 | 110001 | 10110 | 1101 | 101000110 | 111110 | 1000001 |
Color Harmonies of #DD70AD
Complementary color
Monochromatic Colors of #DD70AD
Black with #DD70AD
Text Example
Text Example
White with #DD70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70AD; }
p { color: rgb(221,112,173); }
H1.HeaderClassName
{
color: #DD70AD;
}
.AnyTagClassName
{
color: #DD70AD;
}
</style>
background-color css
<style>
a { background-color: #DD70AD; }
a { background-color: rgb(221,112,173); }
div.DivClassName
{
background-color: #DD70AD;
}
.BgClassName
{
background-color: #DD70AD;
}
</style>
border-color css
<style>
span { border-color: #DD70AD; }
span { border-color: rgb(221,112,173); }
td.TdClassName
{
border-color: #DD70AD;
}
.TagClassName
{
border-color: #DD70AD;
}
</style>