Shades of Pale Violet Red #DD74A4
Tints of Pale Violet Red #DD74A4
RGB
CMYK
RGB Variations
Color information
#DD74A4 (or 0xDD74A4) is known color: Pale Violet Red. HEX triplet: DD, 74 and A4. RGB value is (221,116,164). Sum of RGB (Red+Green+Blue) = 221+116+164=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74A4 is #228B5B. Grayscale: #989898. Windows color (decimal): -2263900 or 10777821. OLE color: 10777821.
HSL color Cylindrical-coordinate representation of color #DD74A4: hue angle of 332.57º 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 #DD74A4 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 164 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.13 |
| HSL | 332.57º | 0.61% | 0.66% | - |
| HSV(B) | 332.57º | 0.48% | 0.87% | - |
| XYZ | 42.77 | 30.54 | 38.76 | - |
| YUV | 152.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 164 | 0 | 0.48 | 0.26 | 0.13 | 332.57 | 0.61 | 0.66 |
| Hex | DD | 74 | A4 | 0 | 30 | 1A | D | 14D | 3D | 42 |
| Octal | 335 | 164 | 244 | 0 | 60 | 32 | 15 | 515 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10100100 | 0 | 110000 | 11010 | 1101 | 101001101 | 111101 | 1000010 |
Color Harmonies of #DD74A4
Complementary color
Monochromatic Colors of #DD74A4
Black with #DD74A4
Text Example
Text Example
White with #DD74A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74A4; }
p { color: rgb(221,116,164); }
H1.HeaderClassName
{
color: #DD74A4;
}
.AnyTagClassName
{
color: #DD74A4;
}
</style>
background-color css
<style>
a { background-color: #DD74A4; }
a { background-color: rgb(221,116,164); }
div.DivClassName
{
background-color: #DD74A4;
}
.BgClassName
{
background-color: #DD74A4;
}
</style>
border-color css
<style>
span { border-color: #DD74A4; }
span { border-color: rgb(221,116,164); }
td.TdClassName
{
border-color: #DD74A4;
}
.TagClassName
{
border-color: #DD74A4;
}
</style>