Shades of Pale Violet Red #DD7099
Tints of Pale Violet Red #DD7099
RGB
CMYK
RGB Variations
Color information
#DD7099 (or 0xDD7099) is known color: Pale Violet Red. HEX triplet: DD, 70 and 99. RGB value is (221,112,153). Sum of RGB (Red+Green+Blue) = 221+112+153=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7099 is #228F66. Grayscale: #959595. Windows color (decimal): -2264935 or 10055901. OLE color: 10055901.
HSL color Cylindrical-coordinate representation of color #DD7099: hue angle of 337.43º 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 #DD7099 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 153 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.13 |
| HSL | 337.43º | 0.62% | 0.65% | - |
| HSV(B) | 337.43º | 0.49% | 0.87% | - |
| XYZ | 41.36 | 29.26 | 33.6 | - |
| YUV | 149.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 153 | 0 | 0.49 | 0.31 | 0.13 | 337.43 | 0.62 | 0.65 |
| Hex | DD | 70 | 99 | 0 | 31 | 1F | D | 151 | 3E | 41 |
| Octal | 335 | 160 | 231 | 0 | 61 | 37 | 15 | 521 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10011001 | 0 | 110001 | 11111 | 1101 | 101010001 | 111110 | 1000001 |
Color Harmonies of #DD7099
Complementary color
Monochromatic Colors of #DD7099
Black with #DD7099
Text Example
Text Example
White with #DD7099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7099; }
p { color: rgb(221,112,153); }
H1.HeaderClassName
{
color: #DD7099;
}
.AnyTagClassName
{
color: #DD7099;
}
</style>
background-color css
<style>
a { background-color: #DD7099; }
a { background-color: rgb(221,112,153); }
div.DivClassName
{
background-color: #DD7099;
}
.BgClassName
{
background-color: #DD7099;
}
</style>
border-color css
<style>
span { border-color: #DD7099; }
span { border-color: rgb(221,112,153); }
td.TdClassName
{
border-color: #DD7099;
}
.TagClassName
{
border-color: #DD7099;
}
</style>