Shades of Pale Violet Red #DD6B9B
Tints of Pale Violet Red #DD6B9B
RGB
CMYK
RGB Variations
Color information
#DD6B9B (or 0xDD6B9B) is known color: Pale Violet Red. HEX triplet: DD, 6B and 9B. RGB value is (221,107,155). Sum of RGB (Red+Green+Blue) = 221+107+155=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B9B is #229464. Grayscale: #929292. Windows color (decimal): -2266213 or 10185693. OLE color: 10185693.
HSL color Cylindrical-coordinate representation of color #DD6B9B: hue angle of 334.74º 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 #DD6B9B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 155 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.13 |
| HSL | 334.74º | 0.63% | 0.64% | - |
| HSV(B) | 334.74º | 0.52% | 0.87% | - |
| XYZ | 40.99 | 28.25 | 34.3 | - |
| YUV | 146.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 155 | 0 | 0.52 | 0.30 | 0.13 | 334.74 | 0.63 | 0.64 |
| Hex | DD | 6B | 9B | 0 | 34 | 1E | D | 14F | 3F | 40 |
| Octal | 335 | 153 | 233 | 0 | 64 | 36 | 15 | 517 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10011011 | 0 | 110100 | 11110 | 1101 | 101001111 | 111111 | 1000000 |
Color Harmonies of #DD6B9B
Complementary color
Monochromatic Colors of #DD6B9B
Black with #DD6B9B
Text Example
Text Example
White with #DD6B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B9B; }
p { color: rgb(221,107,155); }
H1.HeaderClassName
{
color: #DD6B9B;
}
.AnyTagClassName
{
color: #DD6B9B;
}
</style>
background-color css
<style>
a { background-color: #DD6B9B; }
a { background-color: rgb(221,107,155); }
div.DivClassName
{
background-color: #DD6B9B;
}
.BgClassName
{
background-color: #DD6B9B;
}
</style>
border-color css
<style>
span { border-color: #DD6B9B; }
span { border-color: rgb(221,107,155); }
td.TdClassName
{
border-color: #DD6B9B;
}
.TagClassName
{
border-color: #DD6B9B;
}
</style>