Shades of Pale Violet Red #DD70A6
Tints of Pale Violet Red #DD70A6
RGB
CMYK
RGB Variations
Color information
#DD70A6 (or 0xDD70A6) is known color: Pale Violet Red. HEX triplet: DD, 70 and A6. RGB value is (221,112,166). Sum of RGB (Red+Green+Blue) = 221+112+166=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70A6 is #228F59. Grayscale: #969696. Windows color (decimal): -2264922 or 10907869. OLE color: 10907869.
HSL color Cylindrical-coordinate representation of color #DD70A6: hue angle of 330.28º 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 #DD70A6 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 166 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.13 |
| HSL | 330.28º | 0.62% | 0.65% | - |
| HSV(B) | 330.28º | 0.49% | 0.87% | - |
| XYZ | 42.5 | 29.71 | 39.57 | - |
| YUV | 150.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 166 | 0 | 0.49 | 0.25 | 0.13 | 330.28 | 0.62 | 0.65 |
| Hex | DD | 70 | A6 | 0 | 31 | 19 | D | 14A | 3E | 41 |
| Octal | 335 | 160 | 246 | 0 | 61 | 31 | 15 | 512 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10100110 | 0 | 110001 | 11001 | 1101 | 101001010 | 111110 | 1000001 |
Color Harmonies of #DD70A6
Complementary color
Monochromatic Colors of #DD70A6
Black with #DD70A6
Text Example
Text Example
White with #DD70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70A6; }
p { color: rgb(221,112,166); }
H1.HeaderClassName
{
color: #DD70A6;
}
.AnyTagClassName
{
color: #DD70A6;
}
</style>
background-color css
<style>
a { background-color: #DD70A6; }
a { background-color: rgb(221,112,166); }
div.DivClassName
{
background-color: #DD70A6;
}
.BgClassName
{
background-color: #DD70A6;
}
</style>
border-color css
<style>
span { border-color: #DD70A6; }
span { border-color: rgb(221,112,166); }
td.TdClassName
{
border-color: #DD70A6;
}
.TagClassName
{
border-color: #DD70A6;
}
</style>