Shades of Pale Violet Red #DD6896
Tints of Pale Violet Red #DD6896
RGB
CMYK
RGB Variations
Color information
#DD6896 (or 0xDD6896) is known color: Pale Violet Red. HEX triplet: DD, 68 and 96. RGB value is (221,104,150). Sum of RGB (Red+Green+Blue) = 221+104+150=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6896 is #229769. Grayscale: #909090. Windows color (decimal): -2266986 or 9857245. OLE color: 9857245.
HSL color Cylindrical-coordinate representation of color #DD6896: hue angle of 336.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6896 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 150 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.13 |
| HSL | 336.41º | 0.63% | 0.64% | - |
| HSV(B) | 336.41º | 0.53% | 0.87% | - |
| XYZ | 40.27 | 27.47 | 32.03 | - |
| YUV | 144.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 150 | 0 | 0.53 | 0.32 | 0.13 | 336.41 | 0.63 | 0.64 |
| Hex | DD | 68 | 96 | 0 | 35 | 20 | D | 150 | 3F | 40 |
| Octal | 335 | 150 | 226 | 0 | 65 | 40 | 15 | 520 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10010110 | 0 | 110101 | 100000 | 1101 | 101010000 | 111111 | 1000000 |
Color Harmonies of #DD6896
Complementary color
Monochromatic Colors of #DD6896
Black with #DD6896
Text Example
Text Example
White with #DD6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6896; }
p { color: rgb(221,104,150); }
H1.HeaderClassName
{
color: #DD6896;
}
.AnyTagClassName
{
color: #DD6896;
}
</style>
background-color css
<style>
a { background-color: #DD6896; }
a { background-color: rgb(221,104,150); }
div.DivClassName
{
background-color: #DD6896;
}
.BgClassName
{
background-color: #DD6896;
}
</style>
border-color css
<style>
span { border-color: #DD6896; }
span { border-color: rgb(221,104,150); }
td.TdClassName
{
border-color: #DD6896;
}
.TagClassName
{
border-color: #DD6896;
}
</style>