Shades of Pale Violet Red #DD7098
Tints of Pale Violet Red #DD7098
RGB
CMYK
RGB Variations
Color information
#DD7098 (or 0xDD7098) is known color: Pale Violet Red. HEX triplet: DD, 70 and 98. RGB value is (221,112,152). Sum of RGB (Red+Green+Blue) = 221+112+152=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7098 is #228F67. Grayscale: #959595. Windows color (decimal): -2264936 or 9990365. OLE color: 9990365.
HSL color Cylindrical-coordinate representation of color #DD7098: hue angle of 337.98º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7098 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 152 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.13 |
| HSL | 337.98º | 0.62% | 0.65% | - |
| HSV(B) | 337.98º | 0.49% | 0.87% | - |
| XYZ | 41.28 | 29.23 | 33.17 | - |
| YUV | 149.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 152 | 0 | 0.49 | 0.31 | 0.13 | 337.98 | 0.62 | 0.65 |
| Hex | DD | 70 | 98 | 0 | 31 | 1F | D | 152 | 3E | 41 |
| Octal | 335 | 160 | 230 | 0 | 61 | 37 | 15 | 522 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10011000 | 0 | 110001 | 11111 | 1101 | 101010010 | 111110 | 1000001 |
Color Harmonies of #DD7098
Complementary color
Monochromatic Colors of #DD7098
Black with #DD7098
Text Example
Text Example
White with #DD7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7098; }
p { color: rgb(221,112,152); }
H1.HeaderClassName
{
color: #DD7098;
}
.AnyTagClassName
{
color: #DD7098;
}
</style>
background-color css
<style>
a { background-color: #DD7098; }
a { background-color: rgb(221,112,152); }
div.DivClassName
{
background-color: #DD7098;
}
.BgClassName
{
background-color: #DD7098;
}
</style>
border-color css
<style>
span { border-color: #DD7098; }
span { border-color: rgb(221,112,152); }
td.TdClassName
{
border-color: #DD7098;
}
.TagClassName
{
border-color: #DD7098;
}
</style>