Shades of Pale Violet Red #DD6A9F
Tints of Pale Violet Red #DD6A9F
RGB
CMYK
RGB Variations
Color information
#DD6A9F (or 0xDD6A9F) is known color: Pale Violet Red. HEX triplet: DD, 6A and 9F. RGB value is (221,106,159). Sum of RGB (Red+Green+Blue) = 221+106+159=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A9F is #229560. Grayscale: #929292. Windows color (decimal): -2266465 or 10447581. OLE color: 10447581.
HSL color Cylindrical-coordinate representation of color #DD6A9F: hue angle of 332.35º 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 #DD6A9F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 159 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.13 |
| HSL | 332.35º | 0.63% | 0.64% | - |
| HSV(B) | 332.35º | 0.52% | 0.87% | - |
| XYZ | 41.23 | 28.18 | 36.07 | - |
| YUV | 146.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 159 | 0 | 0.52 | 0.28 | 0.13 | 332.35 | 0.63 | 0.64 |
| Hex | DD | 6A | 9F | 0 | 34 | 1C | D | 14C | 3F | 40 |
| Octal | 335 | 152 | 237 | 0 | 64 | 34 | 15 | 514 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10011111 | 0 | 110100 | 11100 | 1101 | 101001100 | 111111 | 1000000 |
Color Harmonies of #DD6A9F
Complementary color
Monochromatic Colors of #DD6A9F
Black with #DD6A9F
Text Example
Text Example
White with #DD6A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A9F; }
p { color: rgb(221,106,159); }
H1.HeaderClassName
{
color: #DD6A9F;
}
.AnyTagClassName
{
color: #DD6A9F;
}
</style>
background-color css
<style>
a { background-color: #DD6A9F; }
a { background-color: rgb(221,106,159); }
div.DivClassName
{
background-color: #DD6A9F;
}
.BgClassName
{
background-color: #DD6A9F;
}
</style>
border-color css
<style>
span { border-color: #DD6A9F; }
span { border-color: rgb(221,106,159); }
td.TdClassName
{
border-color: #DD6A9F;
}
.TagClassName
{
border-color: #DD6A9F;
}
</style>