Shades of Pale Violet Red #DD619F
Tints of Pale Violet Red #DD619F
RGB
CMYK
RGB Variations
Color information
#DD619F (or 0xDD619F) is known color: Pale Violet Red. HEX triplet: DD, 61 and 9F. RGB value is (221,97,159). Sum of RGB (Red+Green+Blue) = 221+97+159=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619F is #229E60. Grayscale: #8D8D8D. Windows color (decimal): -2268769 or 10445277. OLE color: 10445277.
HSL color Cylindrical-coordinate representation of color #DD619F: hue angle of 330º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD619F is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 159 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.13 |
| HSL | 330º | 0.65% | 0.62% | - |
| HSV(B) | 330º | 0.56% | 0.87% | - |
| XYZ | 40.35 | 26.42 | 35.77 | - |
| YUV | 141.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 159 | 0 | 0.56 | 0.28 | 0.13 | 330 | 0.65 | 0.62 |
| Hex | DD | 61 | 9F | 0 | 38 | 1C | D | 14A | 41 | 3E |
| Octal | 335 | 141 | 237 | 0 | 70 | 34 | 15 | 512 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10011111 | 0 | 111000 | 11100 | 1101 | 101001010 | 1000001 | 111110 |
Color Harmonies of #DD619F
Complementary color
Monochromatic Colors of #DD619F
Black with #DD619F
Text Example
Text Example
White with #DD619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD619F; }
p { color: rgb(221,97,159); }
H1.HeaderClassName
{
color: #DD619F;
}
.AnyTagClassName
{
color: #DD619F;
}
</style>
background-color css
<style>
a { background-color: #DD619F; }
a { background-color: rgb(221,97,159); }
div.DivClassName
{
background-color: #DD619F;
}
.BgClassName
{
background-color: #DD619F;
}
</style>
border-color css
<style>
span { border-color: #DD619F; }
span { border-color: rgb(221,97,159); }
td.TdClassName
{
border-color: #DD619F;
}
.TagClassName
{
border-color: #DD619F;
}
</style>