Shades of Pale Violet Red #DD6DA3
Tints of Pale Violet Red #DD6DA3
RGB
CMYK
RGB Variations
Color information
#DD6DA3 (or 0xDD6DA3) is known color: Pale Violet Red. HEX triplet: DD, 6D and A3. RGB value is (221,109,163). Sum of RGB (Red+Green+Blue) = 221+109+163=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DA3 is #22925C. Grayscale: #949494. Windows color (decimal): -2265693 or 10710493. OLE color: 10710493.
HSL color Cylindrical-coordinate representation of color #DD6DA3: hue angle of 331.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DA3 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 163 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.13 |
| HSL | 331.07º | 0.62% | 0.65% | - |
| HSV(B) | 331.07º | 0.51% | 0.87% | - |
| XYZ | 41.9 | 28.95 | 38.03 | - |
| YUV | 148.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 163 | 0 | 0.51 | 0.26 | 0.13 | 331.07 | 0.62 | 0.65 |
| Hex | DD | 6D | A3 | 0 | 33 | 1A | D | 14B | 3E | 41 |
| Octal | 335 | 155 | 243 | 0 | 63 | 32 | 15 | 513 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10100011 | 0 | 110011 | 11010 | 1101 | 101001011 | 111110 | 1000001 |
Color Harmonies of #DD6DA3
Complementary color
Monochromatic Colors of #DD6DA3
Black with #DD6DA3
Text Example
Text Example
White with #DD6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DA3; }
p { color: rgb(221,109,163); }
H1.HeaderClassName
{
color: #DD6DA3;
}
.AnyTagClassName
{
color: #DD6DA3;
}
</style>
background-color css
<style>
a { background-color: #DD6DA3; }
a { background-color: rgb(221,109,163); }
div.DivClassName
{
background-color: #DD6DA3;
}
.BgClassName
{
background-color: #DD6DA3;
}
</style>
border-color css
<style>
span { border-color: #DD6DA3; }
span { border-color: rgb(221,109,163); }
td.TdClassName
{
border-color: #DD6DA3;
}
.TagClassName
{
border-color: #DD6DA3;
}
</style>