Shades of Pale Violet Red #DD7597
Tints of Pale Violet Red #DD7597
RGB
CMYK
RGB Variations
Color information
#DD7597 (or 0xDD7597) is known color: Pale Violet Red. HEX triplet: DD, 75 and 97. RGB value is (221,117,151). Sum of RGB (Red+Green+Blue) = 221+117+151=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7597 is #228A68. Grayscale: #979797. Windows color (decimal): -2263657 or 9926109. OLE color: 9926109.
HSL color Cylindrical-coordinate representation of color #DD7597: hue angle of 340.38º 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 #DD7597 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 151 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.13 |
| HSL | 340.38º | 0.6% | 0.66% | - |
| HSV(B) | 340.38º | 0.47% | 0.87% | - |
| XYZ | 41.77 | 30.33 | 32.93 | - |
| YUV | 151.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 151 | 0 | 0.47 | 0.32 | 0.13 | 340.38 | 0.6 | 0.66 |
| Hex | DD | 75 | 97 | 0 | 2F | 20 | D | 154 | 3C | 42 |
| Octal | 335 | 165 | 227 | 0 | 57 | 40 | 15 | 524 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10010111 | 0 | 101111 | 100000 | 1101 | 101010100 | 111100 | 1000010 |
Color Harmonies of #DD7597
Complementary color
Monochromatic Colors of #DD7597
Black with #DD7597
Text Example
Text Example
White with #DD7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7597; }
p { color: rgb(221,117,151); }
H1.HeaderClassName
{
color: #DD7597;
}
.AnyTagClassName
{
color: #DD7597;
}
</style>
background-color css
<style>
a { background-color: #DD7597; }
a { background-color: rgb(221,117,151); }
div.DivClassName
{
background-color: #DD7597;
}
.BgClassName
{
background-color: #DD7597;
}
</style>
border-color css
<style>
span { border-color: #DD7597; }
span { border-color: rgb(221,117,151); }
td.TdClassName
{
border-color: #DD7597;
}
.TagClassName
{
border-color: #DD7597;
}
</style>