Shades of Pale Violet Red #DD6996
Tints of Pale Violet Red #DD6996
RGB
CMYK
RGB Variations
Color information
#DD6996 (or 0xDD6996) is known color: Pale Violet Red. HEX triplet: DD, 69 and 96. RGB value is (221,105,150). Sum of RGB (Red+Green+Blue) = 221+105+150=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6996 is #229669. Grayscale: #909090. Windows color (decimal): -2266730 or 9857501. OLE color: 9857501.
HSL color Cylindrical-coordinate representation of color #DD6996: hue angle of 336.72º 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 #DD6996 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 150 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.13 |
| HSL | 336.72º | 0.63% | 0.64% | - |
| HSV(B) | 336.72º | 0.52% | 0.87% | - |
| XYZ | 40.38 | 27.68 | 32.07 | - |
| YUV | 144.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 150 | 0 | 0.52 | 0.32 | 0.13 | 336.72 | 0.63 | 0.64 |
| Hex | DD | 69 | 96 | 0 | 34 | 20 | D | 151 | 3F | 40 |
| Octal | 335 | 151 | 226 | 0 | 64 | 40 | 15 | 521 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10010110 | 0 | 110100 | 100000 | 1101 | 101010001 | 111111 | 1000000 |
Color Harmonies of #DD6996
Complementary color
Monochromatic Colors of #DD6996
Black with #DD6996
Text Example
Text Example
White with #DD6996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6996; }
p { color: rgb(221,105,150); }
H1.HeaderClassName
{
color: #DD6996;
}
.AnyTagClassName
{
color: #DD6996;
}
</style>
background-color css
<style>
a { background-color: #DD6996; }
a { background-color: rgb(221,105,150); }
div.DivClassName
{
background-color: #DD6996;
}
.BgClassName
{
background-color: #DD6996;
}
</style>
border-color css
<style>
span { border-color: #DD6996; }
span { border-color: rgb(221,105,150); }
td.TdClassName
{
border-color: #DD6996;
}
.TagClassName
{
border-color: #DD6996;
}
</style>