Shades of Pale Violet Red #DD7790
Tints of Pale Violet Red #DD7790
RGB
CMYK
RGB Variations
Color information
#DD7790 (or 0xDD7790) is known color: Pale Violet Red. HEX triplet: DD, 77 and 90. RGB value is (221,119,144). Sum of RGB (Red+Green+Blue) = 221+119+144=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7790 is #22886F. Grayscale: #989898. Windows color (decimal): -2263152 or 9467869. OLE color: 9467869.
HSL color Cylindrical-coordinate representation of color #DD7790: hue angle of 345.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7790 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 144 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.13 |
| HSL | 345.29º | 0.6% | 0.67% | - |
| HSV(B) | 345.29º | 0.46% | 0.87% | - |
| XYZ | 41.45 | 30.58 | 30.1 | - |
| YUV | 152.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 144 | 0 | 0.46 | 0.35 | 0.13 | 345.29 | 0.6 | 0.67 |
| Hex | DD | 77 | 90 | 0 | 2E | 23 | D | 159 | 3C | 43 |
| Octal | 335 | 167 | 220 | 0 | 56 | 43 | 15 | 531 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10010000 | 0 | 101110 | 100011 | 1101 | 101011001 | 111100 | 1000011 |
Color Harmonies of #DD7790
Complementary color
Monochromatic Colors of #DD7790
Black with #DD7790
Text Example
Text Example
White with #DD7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7790; }
p { color: rgb(221,119,144); }
H1.HeaderClassName
{
color: #DD7790;
}
.AnyTagClassName
{
color: #DD7790;
}
</style>
background-color css
<style>
a { background-color: #DD7790; }
a { background-color: rgb(221,119,144); }
div.DivClassName
{
background-color: #DD7790;
}
.BgClassName
{
background-color: #DD7790;
}
</style>
border-color css
<style>
span { border-color: #DD7790; }
span { border-color: rgb(221,119,144); }
td.TdClassName
{
border-color: #DD7790;
}
.TagClassName
{
border-color: #DD7790;
}
</style>