Shades of Pale Violet Red #DD7692
Tints of Pale Violet Red #DD7692
RGB
CMYK
RGB Variations
Color information
#DD7692 (or 0xDD7692) is known color: Pale Violet Red. HEX triplet: DD, 76 and 92. RGB value is (221,118,146). Sum of RGB (Red+Green+Blue) = 221+118+146=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7692 is #22896D. Grayscale: #979797. Windows color (decimal): -2263406 or 9598685. OLE color: 9598685.
HSL color Cylindrical-coordinate representation of color #DD7692: hue angle of 343.69º 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 #DD7692 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 146 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.13 |
| HSL | 343.69º | 0.6% | 0.66% | - |
| HSV(B) | 343.69º | 0.47% | 0.87% | - |
| XYZ | 41.49 | 30.4 | 30.88 | - |
| YUV | 151.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 146 | 0 | 0.47 | 0.34 | 0.13 | 343.69 | 0.6 | 0.66 |
| Hex | DD | 76 | 92 | 0 | 2F | 22 | D | 158 | 3C | 42 |
| Octal | 335 | 166 | 222 | 0 | 57 | 42 | 15 | 530 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10010010 | 0 | 101111 | 100010 | 1101 | 101011000 | 111100 | 1000010 |
Color Harmonies of #DD7692
Complementary color
Monochromatic Colors of #DD7692
Black with #DD7692
Text Example
Text Example
White with #DD7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7692; }
p { color: rgb(221,118,146); }
H1.HeaderClassName
{
color: #DD7692;
}
.AnyTagClassName
{
color: #DD7692;
}
</style>
background-color css
<style>
a { background-color: #DD7692; }
a { background-color: rgb(221,118,146); }
div.DivClassName
{
background-color: #DD7692;
}
.BgClassName
{
background-color: #DD7692;
}
</style>
border-color css
<style>
span { border-color: #DD7692; }
span { border-color: rgb(221,118,146); }
td.TdClassName
{
border-color: #DD7692;
}
.TagClassName
{
border-color: #DD7692;
}
</style>