Shades of Pale Violet Red #DD67A1
Tints of Pale Violet Red #DD67A1
RGB
CMYK
RGB Variations
Color information
#DD67A1 (or 0xDD67A1) is known color: Pale Violet Red. HEX triplet: DD, 67 and A1. RGB value is (221,103,161). Sum of RGB (Red+Green+Blue) = 221+103+161=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67A1 is #22985E. Grayscale: #909090. Windows color (decimal): -2267231 or 10577885. OLE color: 10577885.
HSL color Cylindrical-coordinate representation of color #DD67A1: hue angle of 330.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67A1 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 161 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.13 |
| HSL | 330.51º | 0.63% | 0.64% | - |
| HSV(B) | 330.51º | 0.53% | 0.87% | - |
| XYZ | 41.1 | 27.65 | 36.89 | - |
| YUV | 144.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 161 | 0 | 0.53 | 0.27 | 0.13 | 330.51 | 0.63 | 0.64 |
| Hex | DD | 67 | A1 | 0 | 35 | 1B | D | 14B | 3F | 40 |
| Octal | 335 | 147 | 241 | 0 | 65 | 33 | 15 | 513 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10100001 | 0 | 110101 | 11011 | 1101 | 101001011 | 111111 | 1000000 |
Color Harmonies of #DD67A1
Complementary color
Monochromatic Colors of #DD67A1
Black with #DD67A1
Text Example
Text Example
White with #DD67A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67A1; }
p { color: rgb(221,103,161); }
H1.HeaderClassName
{
color: #DD67A1;
}
.AnyTagClassName
{
color: #DD67A1;
}
</style>
background-color css
<style>
a { background-color: #DD67A1; }
a { background-color: rgb(221,103,161); }
div.DivClassName
{
background-color: #DD67A1;
}
.BgClassName
{
background-color: #DD67A1;
}
</style>
border-color css
<style>
span { border-color: #DD67A1; }
span { border-color: rgb(221,103,161); }
td.TdClassName
{
border-color: #DD67A1;
}
.TagClassName
{
border-color: #DD67A1;
}
</style>