Shades of Pale Violet Red #DD6B9D
Tints of Pale Violet Red #DD6B9D
RGB
CMYK
RGB Variations
Color information
#DD6B9D (or 0xDD6B9D) is known color: Pale Violet Red. HEX triplet: DD, 6B and 9D. RGB value is (221,107,157). Sum of RGB (Red+Green+Blue) = 221+107+157=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B9D is #229462. Grayscale: #929292. Windows color (decimal): -2266211 or 10316765. OLE color: 10316765.
HSL color Cylindrical-coordinate representation of color #DD6B9D: hue angle of 333.68º 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 #DD6B9D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 157 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.13 |
| HSL | 333.68º | 0.63% | 0.64% | - |
| HSV(B) | 333.68º | 0.52% | 0.87% | - |
| XYZ | 41.16 | 28.32 | 35.2 | - |
| YUV | 146.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 157 | 0 | 0.52 | 0.29 | 0.13 | 333.68 | 0.63 | 0.64 |
| Hex | DD | 6B | 9D | 0 | 34 | 1D | D | 14E | 3F | 40 |
| Octal | 335 | 153 | 235 | 0 | 64 | 35 | 15 | 516 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10011101 | 0 | 110100 | 11101 | 1101 | 101001110 | 111111 | 1000000 |
Color Harmonies of #DD6B9D
Complementary color
Monochromatic Colors of #DD6B9D
Black with #DD6B9D
Text Example
Text Example
White with #DD6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B9D; }
p { color: rgb(221,107,157); }
H1.HeaderClassName
{
color: #DD6B9D;
}
.AnyTagClassName
{
color: #DD6B9D;
}
</style>
background-color css
<style>
a { background-color: #DD6B9D; }
a { background-color: rgb(221,107,157); }
div.DivClassName
{
background-color: #DD6B9D;
}
.BgClassName
{
background-color: #DD6B9D;
}
</style>
border-color css
<style>
span { border-color: #DD6B9D; }
span { border-color: rgb(221,107,157); }
td.TdClassName
{
border-color: #DD6B9D;
}
.TagClassName
{
border-color: #DD6B9D;
}
</style>