Shades of Pale Violet Red #DD5896
Tints of Pale Violet Red #DD5896
RGB
CMYK
RGB Variations
Color information
#DD5896 (or 0xDD5896) is known color: Pale Violet Red. HEX triplet: DD, 58 and 96. RGB value is (221,88,150). Sum of RGB (Red+Green+Blue) = 221+88+150=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5896 is #22A769. Grayscale: #868686. Windows color (decimal): -2271082 or 9853149. OLE color: 9853149.
HSL color Cylindrical-coordinate representation of color #DD5896: hue angle of 332.03º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5896 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 150 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.13 |
| HSL | 332.03º | 0.66% | 0.61% | - |
| HSV(B) | 332.03º | 0.6% | 0.87% | - |
| XYZ | 38.81 | 24.55 | 31.55 | - |
| YUV | 134.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 150 | 0 | 0.60 | 0.32 | 0.13 | 332.03 | 0.66 | 0.61 |
| Hex | DD | 58 | 96 | 0 | 3C | 20 | D | 14C | 42 | 3D |
| Octal | 335 | 130 | 226 | 0 | 74 | 40 | 15 | 514 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10010110 | 0 | 111100 | 100000 | 1101 | 101001100 | 1000010 | 111101 |
Color Harmonies of #DD5896
Complementary color
Monochromatic Colors of #DD5896
Black with #DD5896
Text Example
Text Example
White with #DD5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5896; }
p { color: rgb(221,88,150); }
H1.HeaderClassName
{
color: #DD5896;
}
.AnyTagClassName
{
color: #DD5896;
}
</style>
background-color css
<style>
a { background-color: #DD5896; }
a { background-color: rgb(221,88,150); }
div.DivClassName
{
background-color: #DD5896;
}
.BgClassName
{
background-color: #DD5896;
}
</style>
border-color css
<style>
span { border-color: #DD5896; }
span { border-color: rgb(221,88,150); }
td.TdClassName
{
border-color: #DD5896;
}
.TagClassName
{
border-color: #DD5896;
}
</style>