Shades of Pale Violet Red #DD7599
Tints of Pale Violet Red #DD7599
RGB
CMYK
RGB Variations
Color information
#DD7599 (or 0xDD7599) is known color: Pale Violet Red. HEX triplet: DD, 75 and 99. RGB value is (221,117,153). Sum of RGB (Red+Green+Blue) = 221+117+153=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7599 is #228A66. Grayscale: #989898. Windows color (decimal): -2263655 or 10057181. OLE color: 10057181.
HSL color Cylindrical-coordinate representation of color #DD7599: hue angle of 339.23º 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 #DD7599 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 153 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.13 |
| HSL | 339.23º | 0.6% | 0.66% | - |
| HSV(B) | 339.23º | 0.47% | 0.87% | - |
| XYZ | 41.93 | 30.39 | 33.79 | - |
| YUV | 152.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 153 | 0 | 0.47 | 0.31 | 0.13 | 339.23 | 0.6 | 0.66 |
| Hex | DD | 75 | 99 | 0 | 2F | 1F | D | 153 | 3C | 42 |
| Octal | 335 | 165 | 231 | 0 | 57 | 37 | 15 | 523 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10011001 | 0 | 101111 | 11111 | 1101 | 101010011 | 111100 | 1000010 |
Color Harmonies of #DD7599
Complementary color
Monochromatic Colors of #DD7599
Black with #DD7599
Text Example
Text Example
White with #DD7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7599; }
p { color: rgb(221,117,153); }
H1.HeaderClassName
{
color: #DD7599;
}
.AnyTagClassName
{
color: #DD7599;
}
</style>
background-color css
<style>
a { background-color: #DD7599; }
a { background-color: rgb(221,117,153); }
div.DivClassName
{
background-color: #DD7599;
}
.BgClassName
{
background-color: #DD7599;
}
</style>
border-color css
<style>
span { border-color: #DD7599; }
span { border-color: rgb(221,117,153); }
td.TdClassName
{
border-color: #DD7599;
}
.TagClassName
{
border-color: #DD7599;
}
</style>