Shades of Pale Violet Red #DD7893
Tints of Pale Violet Red #DD7893
RGB
CMYK
RGB Variations
Color information
#DD7893 (or 0xDD7893) is known color: Pale Violet Red. HEX triplet: DD, 78 and 93. RGB value is (221,120,147). Sum of RGB (Red+Green+Blue) = 221+120+147=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7893 is #22876C. Grayscale: #999999. Windows color (decimal): -2262893 or 9664733. OLE color: 9664733.
HSL color Cylindrical-coordinate representation of color #DD7893: hue angle of 343.96º 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 #DD7893 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 147 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.13 |
| HSL | 343.96º | 0.6% | 0.67% | - |
| HSV(B) | 343.96º | 0.46% | 0.87% | - |
| XYZ | 41.8 | 30.91 | 31.37 | - |
| YUV | 153.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 147 | 0 | 0.46 | 0.33 | 0.13 | 343.96 | 0.6 | 0.67 |
| Hex | DD | 78 | 93 | 0 | 2E | 21 | D | 158 | 3C | 43 |
| Octal | 335 | 170 | 223 | 0 | 56 | 41 | 15 | 530 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10010011 | 0 | 101110 | 100001 | 1101 | 101011000 | 111100 | 1000011 |
Color Harmonies of #DD7893
Complementary color
Monochromatic Colors of #DD7893
Black with #DD7893
Text Example
Text Example
White with #DD7893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7893; }
p { color: rgb(221,120,147); }
H1.HeaderClassName
{
color: #DD7893;
}
.AnyTagClassName
{
color: #DD7893;
}
</style>
background-color css
<style>
a { background-color: #DD7893; }
a { background-color: rgb(221,120,147); }
div.DivClassName
{
background-color: #DD7893;
}
.BgClassName
{
background-color: #DD7893;
}
</style>
border-color css
<style>
span { border-color: #DD7893; }
span { border-color: rgb(221,120,147); }
td.TdClassName
{
border-color: #DD7893;
}
.TagClassName
{
border-color: #DD7893;
}
</style>