Shades of Pale Violet Red #DD7895
Tints of Pale Violet Red #DD7895
RGB
CMYK
RGB Variations
Color information
#DD7895 (or 0xDD7895) is known color: Pale Violet Red. HEX triplet: DD, 78 and 95. RGB value is (221,120,149). Sum of RGB (Red+Green+Blue) = 221+120+149=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7895 is #22876A. Grayscale: #999999. Windows color (decimal): -2262891 or 9795805. OLE color: 9795805.
HSL color Cylindrical-coordinate representation of color #DD7895: hue angle of 342.77º 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 #DD7895 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 149 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.13 |
| HSL | 342.77º | 0.6% | 0.67% | - |
| HSV(B) | 342.77º | 0.46% | 0.87% | - |
| XYZ | 41.96 | 30.98 | 32.2 | - |
| YUV | 153.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 149 | 0 | 0.46 | 0.33 | 0.13 | 342.77 | 0.6 | 0.67 |
| Hex | DD | 78 | 95 | 0 | 2E | 21 | D | 157 | 3C | 43 |
| Octal | 335 | 170 | 225 | 0 | 56 | 41 | 15 | 527 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10010101 | 0 | 101110 | 100001 | 1101 | 101010111 | 111100 | 1000011 |
Color Harmonies of #DD7895
Complementary color
Monochromatic Colors of #DD7895
Black with #DD7895
Text Example
Text Example
White with #DD7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7895; }
p { color: rgb(221,120,149); }
H1.HeaderClassName
{
color: #DD7895;
}
.AnyTagClassName
{
color: #DD7895;
}
</style>
background-color css
<style>
a { background-color: #DD7895; }
a { background-color: rgb(221,120,149); }
div.DivClassName
{
background-color: #DD7895;
}
.BgClassName
{
background-color: #DD7895;
}
</style>
border-color css
<style>
span { border-color: #DD7895; }
span { border-color: rgb(221,120,149); }
td.TdClassName
{
border-color: #DD7895;
}
.TagClassName
{
border-color: #DD7895;
}
</style>