Shades of Pale Violet Red #DD6A96
Tints of Pale Violet Red #DD6A96
RGB
CMYK
RGB Variations
Color information
#DD6A96 (or 0xDD6A96) is known color: Pale Violet Red. HEX triplet: DD, 6A and 96. RGB value is (221,106,150). Sum of RGB (Red+Green+Blue) = 221+106+150=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A96 is #229569. Grayscale: #919191. Windows color (decimal): -2266474 or 9857757. OLE color: 9857757.
HSL color Cylindrical-coordinate representation of color #DD6A96: hue angle of 337.04º 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 #DD6A96 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 150 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.13 |
| HSL | 337.04º | 0.63% | 0.64% | - |
| HSV(B) | 337.04º | 0.52% | 0.87% | - |
| XYZ | 40.48 | 27.88 | 32.1 | - |
| YUV | 145.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 150 | 0 | 0.52 | 0.32 | 0.13 | 337.04 | 0.63 | 0.64 |
| Hex | DD | 6A | 96 | 0 | 34 | 20 | D | 151 | 3F | 40 |
| Octal | 335 | 152 | 226 | 0 | 64 | 40 | 15 | 521 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10010110 | 0 | 110100 | 100000 | 1101 | 101010001 | 111111 | 1000000 |
Color Harmonies of #DD6A96
Complementary color
Monochromatic Colors of #DD6A96
Black with #DD6A96
Text Example
Text Example
White with #DD6A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A96; }
p { color: rgb(221,106,150); }
H1.HeaderClassName
{
color: #DD6A96;
}
.AnyTagClassName
{
color: #DD6A96;
}
</style>
background-color css
<style>
a { background-color: #DD6A96; }
a { background-color: rgb(221,106,150); }
div.DivClassName
{
background-color: #DD6A96;
}
.BgClassName
{
background-color: #DD6A96;
}
</style>
border-color css
<style>
span { border-color: #DD6A96; }
span { border-color: rgb(221,106,150); }
td.TdClassName
{
border-color: #DD6A96;
}
.TagClassName
{
border-color: #DD6A96;
}
</style>