Shades of Pale Violet Red #DD7992
Tints of Pale Violet Red #DD7992
RGB
CMYK
RGB Variations
Color information
#DD7992 (or 0xDD7992) is known color: Pale Violet Red. HEX triplet: DD, 79 and 92. RGB value is (221,121,146). Sum of RGB (Red+Green+Blue) = 221+121+146=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7992 is #22866D. Grayscale: #999999. Windows color (decimal): -2262638 or 9599453. OLE color: 9599453.
HSL color Cylindrical-coordinate representation of color #DD7992: hue angle of 345º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7992 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 146 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.13 |
| HSL | 345º | 0.6% | 0.67% | - |
| HSV(B) | 345º | 0.45% | 0.87% | - |
| XYZ | 41.84 | 31.12 | 31 | - |
| YUV | 153.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 146 | 0 | 0.45 | 0.34 | 0.13 | 345 | 0.6 | 0.67 |
| Hex | DD | 79 | 92 | 0 | 2D | 22 | D | 159 | 3C | 43 |
| Octal | 335 | 171 | 222 | 0 | 55 | 42 | 15 | 531 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10010010 | 0 | 101101 | 100010 | 1101 | 101011001 | 111100 | 1000011 |
Color Harmonies of #DD7992
Complementary color
Monochromatic Colors of #DD7992
Black with #DD7992
Text Example
Text Example
White with #DD7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7992; }
p { color: rgb(221,121,146); }
H1.HeaderClassName
{
color: #DD7992;
}
.AnyTagClassName
{
color: #DD7992;
}
</style>
background-color css
<style>
a { background-color: #DD7992; }
a { background-color: rgb(221,121,146); }
div.DivClassName
{
background-color: #DD7992;
}
.BgClassName
{
background-color: #DD7992;
}
</style>
border-color css
<style>
span { border-color: #DD7992; }
span { border-color: rgb(221,121,146); }
td.TdClassName
{
border-color: #DD7992;
}
.TagClassName
{
border-color: #DD7992;
}
</style>