Shades of Pale Violet Red #DD6B9E
Tints of Pale Violet Red #DD6B9E
RGB
CMYK
RGB Variations
Color information
#DD6B9E (or 0xDD6B9E) is known color: Pale Violet Red. HEX triplet: DD, 6B and 9E. RGB value is (221,107,158). Sum of RGB (Red+Green+Blue) = 221+107+158=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B9E is #229461. Grayscale: #929292. Windows color (decimal): -2266210 or 10382301. OLE color: 10382301.
HSL color Cylindrical-coordinate representation of color #DD6B9E: hue angle of 333.16º 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 #DD6B9E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 158 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.13 |
| HSL | 333.16º | 0.63% | 0.64% | - |
| HSV(B) | 333.16º | 0.52% | 0.87% | - |
| XYZ | 41.25 | 28.36 | 35.65 | - |
| YUV | 146.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 158 | 0 | 0.52 | 0.29 | 0.13 | 333.16 | 0.63 | 0.64 |
| Hex | DD | 6B | 9E | 0 | 34 | 1D | D | 14D | 3F | 40 |
| Octal | 335 | 153 | 236 | 0 | 64 | 35 | 15 | 515 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10011110 | 0 | 110100 | 11101 | 1101 | 101001101 | 111111 | 1000000 |
Color Harmonies of #DD6B9E
Complementary color
Monochromatic Colors of #DD6B9E
Black with #DD6B9E
Text Example
Text Example
White with #DD6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B9E; }
p { color: rgb(221,107,158); }
H1.HeaderClassName
{
color: #DD6B9E;
}
.AnyTagClassName
{
color: #DD6B9E;
}
</style>
background-color css
<style>
a { background-color: #DD6B9E; }
a { background-color: rgb(221,107,158); }
div.DivClassName
{
background-color: #DD6B9E;
}
.BgClassName
{
background-color: #DD6B9E;
}
</style>
border-color css
<style>
span { border-color: #DD6B9E; }
span { border-color: rgb(221,107,158); }
td.TdClassName
{
border-color: #DD6B9E;
}
.TagClassName
{
border-color: #DD6B9E;
}
</style>