Shades of Pale Violet Red #DD75AB
Tints of Pale Violet Red #DD75AB
RGB
CMYK
RGB Variations
Color information
#DD75AB (or 0xDD75AB) is known color: Pale Violet Red. HEX triplet: DD, 75 and AB. RGB value is (221,117,171). Sum of RGB (Red+Green+Blue) = 221+117+171=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75AB is #228A54. Grayscale: #9A9A9A. Windows color (decimal): -2263637 or 11236829. OLE color: 11236829.
HSL color Cylindrical-coordinate representation of color #DD75AB: hue angle of 328.85º 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 #DD75AB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 171 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.13 |
| HSL | 328.85º | 0.6% | 0.66% | - |
| HSV(B) | 328.85º | 0.47% | 0.87% | - |
| XYZ | 43.53 | 31.04 | 42.22 | - |
| YUV | 154.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 171 | 0 | 0.47 | 0.23 | 0.13 | 328.85 | 0.6 | 0.66 |
| Hex | DD | 75 | AB | 0 | 2F | 17 | D | 149 | 3C | 42 |
| Octal | 335 | 165 | 253 | 0 | 57 | 27 | 15 | 511 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10101011 | 0 | 101111 | 10111 | 1101 | 101001001 | 111100 | 1000010 |
Color Harmonies of #DD75AB
Complementary color
Monochromatic Colors of #DD75AB
Black with #DD75AB
Text Example
Text Example
White with #DD75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75AB; }
p { color: rgb(221,117,171); }
H1.HeaderClassName
{
color: #DD75AB;
}
.AnyTagClassName
{
color: #DD75AB;
}
</style>
background-color css
<style>
a { background-color: #DD75AB; }
a { background-color: rgb(221,117,171); }
div.DivClassName
{
background-color: #DD75AB;
}
.BgClassName
{
background-color: #DD75AB;
}
</style>
border-color css
<style>
span { border-color: #DD75AB; }
span { border-color: rgb(221,117,171); }
td.TdClassName
{
border-color: #DD75AB;
}
.TagClassName
{
border-color: #DD75AB;
}
</style>