Shades of Pale Violet Red #DD74AC
Tints of Pale Violet Red #DD74AC
RGB
CMYK
RGB Variations
Color information
#DD74AC (or 0xDD74AC) is known color: Pale Violet Red. HEX triplet: DD, 74 and AC. RGB value is (221,116,172). Sum of RGB (Red+Green+Blue) = 221+116+172=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74AC is #228B53. Grayscale: #999999. Windows color (decimal): -2263892 or 11302109. OLE color: 11302109.
HSL color Cylindrical-coordinate representation of color #DD74AC: hue angle of 328º 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 #DD74AC is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 116 | 172 | - |
CMYK | 0 | 0.48 | 0.22 | 0.13 |
HSL | 328º | 0.61% | 0.66% | - |
HSV(B) | 328º | 0.48% | 0.87% | - |
XYZ | 43.51 | 30.84 | 42.69 | - |
YUV | 153.78 | 138.29 | 175.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 116 | 172 | 0 | 0.48 | 0.22 | 0.13 | 328 | 0.61 | 0.66 |
Hex | DD | 74 | AC | 0 | 30 | 16 | D | 148 | 3D | 42 |
Octal | 335 | 164 | 254 | 0 | 60 | 26 | 15 | 510 | 75 | 102 |
Binary | 11011101 | 1110100 | 10101100 | 0 | 110000 | 10110 | 1101 | 101001000 | 111101 | 1000010 |
Color Harmonies of #DD74AC
Complementary color
Monochromatic Colors of #DD74AC
Black with #DD74AC
Text Example
Text Example
White with #DD74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74AC; }
p { color: rgb(221,116,172); }
H1.HeaderClassName
{
color: #DD74AC;
}
.AnyTagClassName
{
color: #DD74AC;
}
</style>
background-color css
<style>
a { background-color: #DD74AC; }
a { background-color: rgb(221,116,172); }
div.DivClassName
{
background-color: #DD74AC;
}
.BgClassName
{
background-color: #DD74AC;
}
</style>
border-color css
<style>
span { border-color: #DD74AC; }
span { border-color: rgb(221,116,172); }
td.TdClassName
{
border-color: #DD74AC;
}
.TagClassName
{
border-color: #DD74AC;
}
</style>