Shades of Pale Violet Red #DD7BA2
Tints of Pale Violet Red #DD7BA2
RGB
CMYK
RGB Variations
Color information
#DD7BA2 (or 0xDD7BA2) is known color: Pale Violet Red. HEX triplet: DD, 7B and A2. RGB value is (221,123,162). Sum of RGB (Red+Green+Blue) = 221+123+162=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA2 is #22845D. Grayscale: #9C9C9C. Windows color (decimal): -2262110 or 10648541. OLE color: 10648541.
HSL color Cylindrical-coordinate representation of color #DD7BA2: hue angle of 336.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BA2 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 162 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.13 |
| HSL | 336.12º | 0.59% | 0.67% | - |
| HSV(B) | 336.12º | 0.44% | 0.87% | - |
| XYZ | 43.42 | 32.15 | 38.1 | - |
| YUV | 156.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 162 | 0 | 0.44 | 0.27 | 0.13 | 336.12 | 0.59 | 0.67 |
| Hex | DD | 7B | A2 | 0 | 2C | 1B | D | 150 | 3B | 43 |
| Octal | 335 | 173 | 242 | 0 | 54 | 33 | 15 | 520 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10100010 | 0 | 101100 | 11011 | 1101 | 101010000 | 111011 | 1000011 |
Color Harmonies of #DD7BA2
Complementary color
Monochromatic Colors of #DD7BA2
Black with #DD7BA2
Text Example
Text Example
White with #DD7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BA2; }
p { color: rgb(221,123,162); }
H1.HeaderClassName
{
color: #DD7BA2;
}
.AnyTagClassName
{
color: #DD7BA2;
}
</style>
background-color css
<style>
a { background-color: #DD7BA2; }
a { background-color: rgb(221,123,162); }
div.DivClassName
{
background-color: #DD7BA2;
}
.BgClassName
{
background-color: #DD7BA2;
}
</style>
border-color css
<style>
span { border-color: #DD7BA2; }
span { border-color: rgb(221,123,162); }
td.TdClassName
{
border-color: #DD7BA2;
}
.TagClassName
{
border-color: #DD7BA2;
}
</style>