Shades of Pale Violet Red #DD7591
Tints of Pale Violet Red #DD7591
RGB
CMYK
RGB Variations
Color information
#DD7591 (or 0xDD7591) is known color: Pale Violet Red. HEX triplet: DD, 75 and 91. RGB value is (221,117,145). Sum of RGB (Red+Green+Blue) = 221+117+145=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7591 is #228A6E. Grayscale: #979797. Windows color (decimal): -2263663 or 9532893. OLE color: 9532893.
HSL color Cylindrical-coordinate representation of color #DD7591: hue angle of 343.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7591 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 145 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.13 |
| HSL | 343.85º | 0.6% | 0.66% | - |
| HSV(B) | 343.85º | 0.47% | 0.87% | - |
| XYZ | 41.29 | 30.14 | 30.43 | - |
| YUV | 151.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 145 | 0 | 0.47 | 0.34 | 0.13 | 343.85 | 0.6 | 0.66 |
| Hex | DD | 75 | 91 | 0 | 2F | 22 | D | 158 | 3C | 42 |
| Octal | 335 | 165 | 221 | 0 | 57 | 42 | 15 | 530 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10010001 | 0 | 101111 | 100010 | 1101 | 101011000 | 111100 | 1000010 |
Color Harmonies of #DD7591
Complementary color
Monochromatic Colors of #DD7591
Black with #DD7591
Text Example
Text Example
White with #DD7591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7591; }
p { color: rgb(221,117,145); }
H1.HeaderClassName
{
color: #DD7591;
}
.AnyTagClassName
{
color: #DD7591;
}
</style>
background-color css
<style>
a { background-color: #DD7591; }
a { background-color: rgb(221,117,145); }
div.DivClassName
{
background-color: #DD7591;
}
.BgClassName
{
background-color: #DD7591;
}
</style>
border-color css
<style>
span { border-color: #DD7591; }
span { border-color: rgb(221,117,145); }
td.TdClassName
{
border-color: #DD7591;
}
.TagClassName
{
border-color: #DD7591;
}
</style>