Shades of Pale Violet Red #DD75A3
Tints of Pale Violet Red #DD75A3
RGB
CMYK
RGB Variations
Color information
#DD75A3 (or 0xDD75A3) is known color: Pale Violet Red. HEX triplet: DD, 75 and A3. RGB value is (221,117,163). Sum of RGB (Red+Green+Blue) = 221+117+163=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75A3 is #228A5C. Grayscale: #999999. Windows color (decimal): -2263645 or 10712541. OLE color: 10712541.
HSL color Cylindrical-coordinate representation of color #DD75A3: hue angle of 333.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75A3 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 163 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.13 |
| HSL | 333.46º | 0.6% | 0.66% | - |
| HSV(B) | 333.46º | 0.47% | 0.87% | - |
| XYZ | 42.79 | 30.74 | 38.33 | - |
| YUV | 153.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 163 | 0 | 0.47 | 0.26 | 0.13 | 333.46 | 0.6 | 0.66 |
| Hex | DD | 75 | A3 | 0 | 2F | 1A | D | 14D | 3C | 42 |
| Octal | 335 | 165 | 243 | 0 | 57 | 32 | 15 | 515 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10100011 | 0 | 101111 | 11010 | 1101 | 101001101 | 111100 | 1000010 |
Color Harmonies of #DD75A3
Complementary color
Monochromatic Colors of #DD75A3
Black with #DD75A3
Text Example
Text Example
White with #DD75A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75A3; }
p { color: rgb(221,117,163); }
H1.HeaderClassName
{
color: #DD75A3;
}
.AnyTagClassName
{
color: #DD75A3;
}
</style>
background-color css
<style>
a { background-color: #DD75A3; }
a { background-color: rgb(221,117,163); }
div.DivClassName
{
background-color: #DD75A3;
}
.BgClassName
{
background-color: #DD75A3;
}
</style>
border-color css
<style>
span { border-color: #DD75A3; }
span { border-color: rgb(221,117,163); }
td.TdClassName
{
border-color: #DD75A3;
}
.TagClassName
{
border-color: #DD75A3;
}
</style>