Shades of Pale Violet Red #DD7792
Tints of Pale Violet Red #DD7792
RGB
CMYK
RGB Variations
Color information
#DD7792 (or 0xDD7792) is known color: Pale Violet Red. HEX triplet: DD, 77 and 92. RGB value is (221,119,146). Sum of RGB (Red+Green+Blue) = 221+119+146=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7792 is #22886D. Grayscale: #989898. Windows color (decimal): -2263150 or 9598941. OLE color: 9598941.
HSL color Cylindrical-coordinate representation of color #DD7792: hue angle of 344.12º 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 #DD7792 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 146 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.13 |
| HSL | 344.12º | 0.6% | 0.67% | - |
| HSV(B) | 344.12º | 0.46% | 0.87% | - |
| XYZ | 41.6 | 30.64 | 30.92 | - |
| YUV | 152.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 146 | 0 | 0.46 | 0.34 | 0.13 | 344.12 | 0.6 | 0.67 |
| Hex | DD | 77 | 92 | 0 | 2E | 22 | D | 158 | 3C | 43 |
| Octal | 335 | 167 | 222 | 0 | 56 | 42 | 15 | 530 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10010010 | 0 | 101110 | 100010 | 1101 | 101011000 | 111100 | 1000011 |
Color Harmonies of #DD7792
Complementary color
Monochromatic Colors of #DD7792
Black with #DD7792
Text Example
Text Example
White with #DD7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7792; }
p { color: rgb(221,119,146); }
H1.HeaderClassName
{
color: #DD7792;
}
.AnyTagClassName
{
color: #DD7792;
}
</style>
background-color css
<style>
a { background-color: #DD7792; }
a { background-color: rgb(221,119,146); }
div.DivClassName
{
background-color: #DD7792;
}
.BgClassName
{
background-color: #DD7792;
}
</style>
border-color css
<style>
span { border-color: #DD7792; }
span { border-color: rgb(221,119,146); }
td.TdClassName
{
border-color: #DD7792;
}
.TagClassName
{
border-color: #DD7792;
}
</style>