Shades of Pale Violet Red #DD62A4
Tints of Pale Violet Red #DD62A4
RGB
CMYK
RGB Variations
Color information
#DD62A4 (or 0xDD62A4) is known color: Pale Violet Red. HEX triplet: DD, 62 and A4. RGB value is (221,98,164). Sum of RGB (Red+Green+Blue) = 221+98+164=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A4 is #229D5B. Grayscale: #8E8E8E. Windows color (decimal): -2268508 or 10773213. OLE color: 10773213.
HSL color Cylindrical-coordinate representation of color #DD62A4: hue angle of 327.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62A4 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 164 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.13 |
| HSL | 327.8º | 0.64% | 0.63% | - |
| HSV(B) | 327.8º | 0.56% | 0.87% | - |
| XYZ | 40.89 | 26.79 | 38.14 | - |
| YUV | 142.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 164 | 0 | 0.56 | 0.26 | 0.13 | 327.8 | 0.64 | 0.63 |
| Hex | DD | 62 | A4 | 0 | 38 | 1A | D | 148 | 40 | 3F |
| Octal | 335 | 142 | 244 | 0 | 70 | 32 | 15 | 510 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10100100 | 0 | 111000 | 11010 | 1101 | 101001000 | 1000000 | 111111 |
Color Harmonies of #DD62A4
Complementary color
Monochromatic Colors of #DD62A4
Black with #DD62A4
Text Example
Text Example
White with #DD62A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62A4; }
p { color: rgb(221,98,164); }
H1.HeaderClassName
{
color: #DD62A4;
}
.AnyTagClassName
{
color: #DD62A4;
}
</style>
background-color css
<style>
a { background-color: #DD62A4; }
a { background-color: rgb(221,98,164); }
div.DivClassName
{
background-color: #DD62A4;
}
.BgClassName
{
background-color: #DD62A4;
}
</style>
border-color css
<style>
span { border-color: #DD62A4; }
span { border-color: rgb(221,98,164); }
td.TdClassName
{
border-color: #DD62A4;
}
.TagClassName
{
border-color: #DD62A4;
}
</style>