Shades of Pale Violet Red #DD73AB
Tints of Pale Violet Red #DD73AB
RGB
CMYK
RGB Variations
Color information
#DD73AB (or 0xDD73AB) is known color: Pale Violet Red. HEX triplet: DD, 73 and AB. RGB value is (221,115,171). Sum of RGB (Red+Green+Blue) = 221+115+171=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73AB is #228C54. Grayscale: #989898. Windows color (decimal): -2264149 or 11236317. OLE color: 11236317.
HSL color Cylindrical-coordinate representation of color #DD73AB: hue angle of 328.3º 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 #DD73AB is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 171 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.3º | 0.61% | 0.66% | - |
| HSV(B) | 328.3º | 0.48% | 0.87% | - |
| XYZ | 43.3 | 30.57 | 42.15 | - |
| YUV | 153.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 171 | 0 | 0.48 | 0.23 | 0.13 | 328.3 | 0.61 | 0.66 |
| Hex | DD | 73 | AB | 0 | 30 | 17 | D | 148 | 3D | 42 |
| Octal | 335 | 163 | 253 | 0 | 60 | 27 | 15 | 510 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10101011 | 0 | 110000 | 10111 | 1101 | 101001000 | 111101 | 1000010 |
Color Harmonies of #DD73AB
Complementary color
Monochromatic Colors of #DD73AB
Black with #DD73AB
Text Example
Text Example
White with #DD73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73AB; }
p { color: rgb(221,115,171); }
H1.HeaderClassName
{
color: #DD73AB;
}
.AnyTagClassName
{
color: #DD73AB;
}
</style>
background-color css
<style>
a { background-color: #DD73AB; }
a { background-color: rgb(221,115,171); }
div.DivClassName
{
background-color: #DD73AB;
}
.BgClassName
{
background-color: #DD73AB;
}
</style>
border-color css
<style>
span { border-color: #DD73AB; }
span { border-color: rgb(221,115,171); }
td.TdClassName
{
border-color: #DD73AB;
}
.TagClassName
{
border-color: #DD73AB;
}
</style>