Shades of Pale Violet Red #DD61A3
Tints of Pale Violet Red #DD61A3
RGB
CMYK
RGB Variations
Color information
#DD61A3 (or 0xDD61A3) is known color: Pale Violet Red. HEX triplet: DD, 61 and A3. RGB value is (221,97,163). Sum of RGB (Red+Green+Blue) = 221+97+163=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A3 is #229E5C. Grayscale: #8D8D8D. Windows color (decimal): -2268765 or 10707421. OLE color: 10707421.
HSL color Cylindrical-coordinate representation of color #DD61A3: hue angle of 328.06º 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 #DD61A3 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 163 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.13 |
| HSL | 328.06º | 0.65% | 0.62% | - |
| HSV(B) | 328.06º | 0.56% | 0.87% | - |
| XYZ | 40.7 | 26.57 | 37.63 | - |
| YUV | 141.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 163 | 0 | 0.56 | 0.26 | 0.13 | 328.06 | 0.65 | 0.62 |
| Hex | DD | 61 | A3 | 0 | 38 | 1A | D | 148 | 41 | 3E |
| Octal | 335 | 141 | 243 | 0 | 70 | 32 | 15 | 510 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10100011 | 0 | 111000 | 11010 | 1101 | 101001000 | 1000001 | 111110 |
Color Harmonies of #DD61A3
Complementary color
Monochromatic Colors of #DD61A3
Black with #DD61A3
Text Example
Text Example
White with #DD61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61A3; }
p { color: rgb(221,97,163); }
H1.HeaderClassName
{
color: #DD61A3;
}
.AnyTagClassName
{
color: #DD61A3;
}
</style>
background-color css
<style>
a { background-color: #DD61A3; }
a { background-color: rgb(221,97,163); }
div.DivClassName
{
background-color: #DD61A3;
}
.BgClassName
{
background-color: #DD61A3;
}
</style>
border-color css
<style>
span { border-color: #DD61A3; }
span { border-color: rgb(221,97,163); }
td.TdClassName
{
border-color: #DD61A3;
}
.TagClassName
{
border-color: #DD61A3;
}
</style>