Shades of Pale Violet Red #DD7998
Tints of Pale Violet Red #DD7998
RGB
CMYK
RGB Variations
Color information
#DD7998 (or 0xDD7998) is known color: Pale Violet Red. HEX triplet: DD, 79 and 98. RGB value is (221,121,152). Sum of RGB (Red+Green+Blue) = 221+121+152=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7998 is #228667. Grayscale: #9A9A9A. Windows color (decimal): -2262632 or 9992669. OLE color: 9992669.
HSL color Cylindrical-coordinate representation of color #DD7998: hue angle of 341.4º 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 #DD7998 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 152 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.13 |
| HSL | 341.4º | 0.6% | 0.67% | - |
| HSV(B) | 341.4º | 0.45% | 0.87% | - |
| XYZ | 42.32 | 31.31 | 33.52 | - |
| YUV | 154.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 152 | 0 | 0.45 | 0.31 | 0.13 | 341.4 | 0.6 | 0.67 |
| Hex | DD | 79 | 98 | 0 | 2D | 1F | D | 155 | 3C | 43 |
| Octal | 335 | 171 | 230 | 0 | 55 | 37 | 15 | 525 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10011000 | 0 | 101101 | 11111 | 1101 | 101010101 | 111100 | 1000011 |
Color Harmonies of #DD7998
Complementary color
Monochromatic Colors of #DD7998
Black with #DD7998
Text Example
Text Example
White with #DD7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7998; }
p { color: rgb(221,121,152); }
H1.HeaderClassName
{
color: #DD7998;
}
.AnyTagClassName
{
color: #DD7998;
}
</style>
background-color css
<style>
a { background-color: #DD7998; }
a { background-color: rgb(221,121,152); }
div.DivClassName
{
background-color: #DD7998;
}
.BgClassName
{
background-color: #DD7998;
}
</style>
border-color css
<style>
span { border-color: #DD7998; }
span { border-color: rgb(221,121,152); }
td.TdClassName
{
border-color: #DD7998;
}
.TagClassName
{
border-color: #DD7998;
}
</style>