Shades of Pale Violet Red #DD74A1
Tints of Pale Violet Red #DD74A1
RGB
CMYK
RGB Variations
Color information
#DD74A1 (or 0xDD74A1) is known color: Pale Violet Red. HEX triplet: DD, 74 and A1. RGB value is (221,116,161). Sum of RGB (Red+Green+Blue) = 221+116+161=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74A1 is #228B5E. Grayscale: #989898. Windows color (decimal): -2263903 or 10581213. OLE color: 10581213.
HSL color Cylindrical-coordinate representation of color #DD74A1: hue angle of 334.29º 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 #DD74A1 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 161 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.13 |
| HSL | 334.29º | 0.61% | 0.66% | - |
| HSV(B) | 334.29º | 0.48% | 0.87% | - |
| XYZ | 42.5 | 30.44 | 37.35 | - |
| YUV | 152.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 161 | 0 | 0.48 | 0.27 | 0.13 | 334.29 | 0.61 | 0.66 |
| Hex | DD | 74 | A1 | 0 | 30 | 1B | D | 14E | 3D | 42 |
| Octal | 335 | 164 | 241 | 0 | 60 | 33 | 15 | 516 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10100001 | 0 | 110000 | 11011 | 1101 | 101001110 | 111101 | 1000010 |
Color Harmonies of #DD74A1
Complementary color
Monochromatic Colors of #DD74A1
Black with #DD74A1
Text Example
Text Example
White with #DD74A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74A1; }
p { color: rgb(221,116,161); }
H1.HeaderClassName
{
color: #DD74A1;
}
.AnyTagClassName
{
color: #DD74A1;
}
</style>
background-color css
<style>
a { background-color: #DD74A1; }
a { background-color: rgb(221,116,161); }
div.DivClassName
{
background-color: #DD74A1;
}
.BgClassName
{
background-color: #DD74A1;
}
</style>
border-color css
<style>
span { border-color: #DD74A1; }
span { border-color: rgb(221,116,161); }
td.TdClassName
{
border-color: #DD74A1;
}
.TagClassName
{
border-color: #DD74A1;
}
</style>