Shades of Pale Violet Red #DD6797
Tints of Pale Violet Red #DD6797
RGB
CMYK
RGB Variations
Color information
#DD6797 (or 0xDD6797) is known color: Pale Violet Red. HEX triplet: DD, 67 and 97. RGB value is (221,103,151). Sum of RGB (Red+Green+Blue) = 221+103+151=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6797 is #229868. Grayscale: #8F8F8F. Windows color (decimal): -2267241 or 9922525. OLE color: 9922525.
HSL color Cylindrical-coordinate representation of color #DD6797: hue angle of 335.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6797 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 151 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.13 |
| HSL | 335.59º | 0.63% | 0.64% | - |
| HSV(B) | 335.59º | 0.53% | 0.87% | - |
| XYZ | 40.25 | 27.31 | 32.43 | - |
| YUV | 143.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 151 | 0 | 0.53 | 0.32 | 0.13 | 335.59 | 0.63 | 0.64 |
| Hex | DD | 67 | 97 | 0 | 35 | 20 | D | 150 | 3F | 40 |
| Octal | 335 | 147 | 227 | 0 | 65 | 40 | 15 | 520 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10010111 | 0 | 110101 | 100000 | 1101 | 101010000 | 111111 | 1000000 |
Color Harmonies of #DD6797
Complementary color
Monochromatic Colors of #DD6797
Black with #DD6797
Text Example
Text Example
White with #DD6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6797; }
p { color: rgb(221,103,151); }
H1.HeaderClassName
{
color: #DD6797;
}
.AnyTagClassName
{
color: #DD6797;
}
</style>
background-color css
<style>
a { background-color: #DD6797; }
a { background-color: rgb(221,103,151); }
div.DivClassName
{
background-color: #DD6797;
}
.BgClassName
{
background-color: #DD6797;
}
</style>
border-color css
<style>
span { border-color: #DD6797; }
span { border-color: rgb(221,103,151); }
td.TdClassName
{
border-color: #DD6797;
}
.TagClassName
{
border-color: #DD6797;
}
</style>