Shades of Pale Violet Red #DD74AB
Tints of Pale Violet Red #DD74AB
RGB
CMYK
RGB Variations
Color information
#DD74AB (or 0xDD74AB) is known color: Pale Violet Red. HEX triplet: DD, 74 and AB. RGB value is (221,116,171). Sum of RGB (Red+Green+Blue) = 221+116+171=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74AB is #228B54. Grayscale: #999999. Windows color (decimal): -2263893 or 11236573. OLE color: 11236573.
HSL color Cylindrical-coordinate representation of color #DD74AB: hue angle of 328.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 #DD74AB is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 171 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.57º | 0.61% | 0.66% | - |
| HSV(B) | 328.57º | 0.48% | 0.87% | - |
| XYZ | 43.41 | 30.8 | 42.19 | - |
| YUV | 153.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 171 | 0 | 0.48 | 0.23 | 0.13 | 328.57 | 0.61 | 0.66 |
| Hex | DD | 74 | AB | 0 | 30 | 17 | D | 149 | 3D | 42 |
| Octal | 335 | 164 | 253 | 0 | 60 | 27 | 15 | 511 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10101011 | 0 | 110000 | 10111 | 1101 | 101001001 | 111101 | 1000010 |
Color Harmonies of #DD74AB
Complementary color
Monochromatic Colors of #DD74AB
Black with #DD74AB
Text Example
Text Example
White with #DD74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74AB; }
p { color: rgb(221,116,171); }
H1.HeaderClassName
{
color: #DD74AB;
}
.AnyTagClassName
{
color: #DD74AB;
}
</style>
background-color css
<style>
a { background-color: #DD74AB; }
a { background-color: rgb(221,116,171); }
div.DivClassName
{
background-color: #DD74AB;
}
.BgClassName
{
background-color: #DD74AB;
}
</style>
border-color css
<style>
span { border-color: #DD74AB; }
span { border-color: rgb(221,116,171); }
td.TdClassName
{
border-color: #DD74AB;
}
.TagClassName
{
border-color: #DD74AB;
}
</style>