Shades of Pale Violet Red #DD7AA0
Tints of Pale Violet Red #DD7AA0
RGB
CMYK
RGB Variations
Color information
#DD7AA0 (or 0xDD7AA0) is known color: Pale Violet Red. HEX triplet: DD, 7A and A0. RGB value is (221,122,160). Sum of RGB (Red+Green+Blue) = 221+122+160=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AA0 is #22855F. Grayscale: #9B9B9B. Windows color (decimal): -2262368 or 10517213. OLE color: 10517213.
HSL color Cylindrical-coordinate representation of color #DD7AA0: hue angle of 336.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AA0 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 122 | 160 | - |
CMYK | 0 | 0.45 | 0.28 | 0.13 |
HSL | 336.97º | 0.59% | 0.67% | - |
HSV(B) | 336.97º | 0.45% | 0.87% | - |
XYZ | 43.12 | 31.83 | 37.13 | - |
YUV | 155.93 | 130.3 | 174.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 122 | 160 | 0 | 0.45 | 0.28 | 0.13 | 336.97 | 0.59 | 0.67 |
Hex | DD | 7A | A0 | 0 | 2D | 1C | D | 151 | 3B | 43 |
Octal | 335 | 172 | 240 | 0 | 55 | 34 | 15 | 521 | 73 | 103 |
Binary | 11011101 | 1111010 | 10100000 | 0 | 101101 | 11100 | 1101 | 101010001 | 111011 | 1000011 |
Color Harmonies of #DD7AA0
Complementary color
Monochromatic Colors of #DD7AA0
Black with #DD7AA0
Text Example
Text Example
White with #DD7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AA0; }
p { color: rgb(221,122,160); }
H1.HeaderClassName
{
color: #DD7AA0;
}
.AnyTagClassName
{
color: #DD7AA0;
}
</style>
background-color css
<style>
a { background-color: #DD7AA0; }
a { background-color: rgb(221,122,160); }
div.DivClassName
{
background-color: #DD7AA0;
}
.BgClassName
{
background-color: #DD7AA0;
}
</style>
border-color css
<style>
span { border-color: #DD7AA0; }
span { border-color: rgb(221,122,160); }
td.TdClassName
{
border-color: #DD7AA0;
}
.TagClassName
{
border-color: #DD7AA0;
}
</style>