Shades of Pale Violet Red #DD6D9A
Tints of Pale Violet Red #DD6D9A
RGB
CMYK
RGB Variations
Color information
#DD6D9A (or 0xDD6D9A) is known color: Pale Violet Red. HEX triplet: DD, 6D and 9A. RGB value is (221,109,154). Sum of RGB (Red+Green+Blue) = 221+109+154=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D9A is #229265. Grayscale: #939393. Windows color (decimal): -2265702 or 10120669. OLE color: 10120669.
HSL color Cylindrical-coordinate representation of color #DD6D9A: hue angle of 335.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D9A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 154 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.13 |
| HSL | 335.89º | 0.62% | 0.65% | - |
| HSV(B) | 335.89º | 0.51% | 0.87% | - |
| XYZ | 41.12 | 28.64 | 33.93 | - |
| YUV | 147.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 154 | 0 | 0.51 | 0.30 | 0.13 | 335.89 | 0.62 | 0.65 |
| Hex | DD | 6D | 9A | 0 | 33 | 1E | D | 150 | 3E | 41 |
| Octal | 335 | 155 | 232 | 0 | 63 | 36 | 15 | 520 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10011010 | 0 | 110011 | 11110 | 1101 | 101010000 | 111110 | 1000001 |
Color Harmonies of #DD6D9A
Complementary color
Monochromatic Colors of #DD6D9A
Black with #DD6D9A
Text Example
Text Example
White with #DD6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D9A; }
p { color: rgb(221,109,154); }
H1.HeaderClassName
{
color: #DD6D9A;
}
.AnyTagClassName
{
color: #DD6D9A;
}
</style>
background-color css
<style>
a { background-color: #DD6D9A; }
a { background-color: rgb(221,109,154); }
div.DivClassName
{
background-color: #DD6D9A;
}
.BgClassName
{
background-color: #DD6D9A;
}
</style>
border-color css
<style>
span { border-color: #DD6D9A; }
span { border-color: rgb(221,109,154); }
td.TdClassName
{
border-color: #DD6D9A;
}
.TagClassName
{
border-color: #DD6D9A;
}
</style>