Shades of Pale Violet Red #DD7DA2
Tints of Pale Violet Red #DD7DA2
RGB
CMYK
RGB Variations
Color information
#DD7DA2 (or 0xDD7DA2) is known color: Pale Violet Red. HEX triplet: DD, 7D and A2. RGB value is (221,125,162). Sum of RGB (Red+Green+Blue) = 221+125+162=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA2 is #22825D. Grayscale: #9D9D9D. Windows color (decimal): -2261598 or 10649053. OLE color: 10649053.
HSL color Cylindrical-coordinate representation of color #DD7DA2: hue angle of 336.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DA2 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 125 | 162 | - |
CMYK | 0 | 0.43 | 0.27 | 0.13 |
HSL | 336.88º | 0.59% | 0.68% | - |
HSV(B) | 336.88º | 0.43% | 0.87% | - |
XYZ | 43.67 | 32.65 | 38.18 | - |
YUV | 157.92 | 130.3 | 172.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 125 | 162 | 0 | 0.43 | 0.27 | 0.13 | 336.88 | 0.59 | 0.68 |
Hex | DD | 7D | A2 | 0 | 2B | 1B | D | 151 | 3B | 44 |
Octal | 335 | 175 | 242 | 0 | 53 | 33 | 15 | 521 | 73 | 104 |
Binary | 11011101 | 1111101 | 10100010 | 0 | 101011 | 11011 | 1101 | 101010001 | 111011 | 1000100 |
Color Harmonies of #DD7DA2
Complementary color
Monochromatic Colors of #DD7DA2
Black with #DD7DA2
Text Example
Text Example
White with #DD7DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DA2; }
p { color: rgb(221,125,162); }
H1.HeaderClassName
{
color: #DD7DA2;
}
.AnyTagClassName
{
color: #DD7DA2;
}
</style>
background-color css
<style>
a { background-color: #DD7DA2; }
a { background-color: rgb(221,125,162); }
div.DivClassName
{
background-color: #DD7DA2;
}
.BgClassName
{
background-color: #DD7DA2;
}
</style>
border-color css
<style>
span { border-color: #DD7DA2; }
span { border-color: rgb(221,125,162); }
td.TdClassName
{
border-color: #DD7DA2;
}
.TagClassName
{
border-color: #DD7DA2;
}
</style>