Shades of Pale Violet Red #DD75A0
Tints of Pale Violet Red #DD75A0
RGB
CMYK
RGB Variations
Color information
#DD75A0 (or 0xDD75A0) is known color: Pale Violet Red. HEX triplet: DD, 75 and A0. RGB value is (221,117,160). Sum of RGB (Red+Green+Blue) = 221+117+160=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75A0 is #228A5F. Grayscale: #989898. Windows color (decimal): -2263648 or 10515933. OLE color: 10515933.
HSL color Cylindrical-coordinate representation of color #DD75A0: hue angle of 335.19º 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 #DD75A0 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 160 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.13 |
| HSL | 335.19º | 0.6% | 0.66% | - |
| HSV(B) | 335.19º | 0.47% | 0.87% | - |
| XYZ | 42.53 | 30.63 | 36.93 | - |
| YUV | 153 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 160 | 0 | 0.47 | 0.28 | 0.13 | 335.19 | 0.6 | 0.66 |
| Hex | DD | 75 | A0 | 0 | 2F | 1C | D | 14F | 3C | 42 |
| Octal | 335 | 165 | 240 | 0 | 57 | 34 | 15 | 517 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10100000 | 0 | 101111 | 11100 | 1101 | 101001111 | 111100 | 1000010 |
Color Harmonies of #DD75A0
Complementary color
Monochromatic Colors of #DD75A0
Black with #DD75A0
Text Example
Text Example
White with #DD75A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75A0; }
p { color: rgb(221,117,160); }
H1.HeaderClassName
{
color: #DD75A0;
}
.AnyTagClassName
{
color: #DD75A0;
}
</style>
background-color css
<style>
a { background-color: #DD75A0; }
a { background-color: rgb(221,117,160); }
div.DivClassName
{
background-color: #DD75A0;
}
.BgClassName
{
background-color: #DD75A0;
}
</style>
border-color css
<style>
span { border-color: #DD75A0; }
span { border-color: rgb(221,117,160); }
td.TdClassName
{
border-color: #DD75A0;
}
.TagClassName
{
border-color: #DD75A0;
}
</style>