Shades of Pale Violet Red #DD6A9C
Tints of Pale Violet Red #DD6A9C
RGB
CMYK
RGB Variations
Color information
#DD6A9C (or 0xDD6A9C) is known color: Pale Violet Red. HEX triplet: DD, 6A and 9C. RGB value is (221,106,156). Sum of RGB (Red+Green+Blue) = 221+106+156=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A9C is #229563. Grayscale: #929292. Windows color (decimal): -2266468 or 10250973. OLE color: 10250973.
HSL color Cylindrical-coordinate representation of color #DD6A9C: hue angle of 333.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A9C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 156 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.13 |
| HSL | 333.91º | 0.63% | 0.64% | - |
| HSV(B) | 333.91º | 0.52% | 0.87% | - |
| XYZ | 40.97 | 28.08 | 34.71 | - |
| YUV | 146.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 156 | 0 | 0.52 | 0.29 | 0.13 | 333.91 | 0.63 | 0.64 |
| Hex | DD | 6A | 9C | 0 | 34 | 1D | D | 14E | 3F | 40 |
| Octal | 335 | 152 | 234 | 0 | 64 | 35 | 15 | 516 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10011100 | 0 | 110100 | 11101 | 1101 | 101001110 | 111111 | 1000000 |
Color Harmonies of #DD6A9C
Complementary color
Monochromatic Colors of #DD6A9C
Black with #DD6A9C
Text Example
Text Example
White with #DD6A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A9C; }
p { color: rgb(221,106,156); }
H1.HeaderClassName
{
color: #DD6A9C;
}
.AnyTagClassName
{
color: #DD6A9C;
}
</style>
background-color css
<style>
a { background-color: #DD6A9C; }
a { background-color: rgb(221,106,156); }
div.DivClassName
{
background-color: #DD6A9C;
}
.BgClassName
{
background-color: #DD6A9C;
}
</style>
border-color css
<style>
span { border-color: #DD6A9C; }
span { border-color: rgb(221,106,156); }
td.TdClassName
{
border-color: #DD6A9C;
}
.TagClassName
{
border-color: #DD6A9C;
}
</style>