Shades of Pale Violet Red #DD5B9A
Tints of Pale Violet Red #DD5B9A
RGB
CMYK
RGB Variations
Color information
#DD5B9A (or 0xDD5B9A) is known color: Pale Violet Red. HEX triplet: DD, 5B and 9A. RGB value is (221,91,154). Sum of RGB (Red+Green+Blue) = 221+91+154=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5B9A is #22A465. Grayscale: #888888. Windows color (decimal): -2270310 or 10116061. OLE color: 10116061.
HSL color Cylindrical-coordinate representation of color #DD5B9A: hue angle of 330.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B9A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 154 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.13 |
| HSL | 330.92º | 0.66% | 0.61% | - |
| HSV(B) | 330.92º | 0.59% | 0.87% | - |
| XYZ | 39.39 | 25.19 | 33.36 | - |
| YUV | 137.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 154 | 0 | 0.59 | 0.30 | 0.13 | 330.92 | 0.66 | 0.61 |
| Hex | DD | 5B | 9A | 0 | 3B | 1E | D | 14B | 42 | 3D |
| Octal | 335 | 133 | 232 | 0 | 73 | 36 | 15 | 513 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10011010 | 0 | 111011 | 11110 | 1101 | 101001011 | 1000010 | 111101 |
Color Harmonies of #DD5B9A
Complementary color
Monochromatic Colors of #DD5B9A
Black with #DD5B9A
Text Example
Text Example
White with #DD5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B9A; }
p { color: rgb(221,91,154); }
H1.HeaderClassName
{
color: #DD5B9A;
}
.AnyTagClassName
{
color: #DD5B9A;
}
</style>
background-color css
<style>
a { background-color: #DD5B9A; }
a { background-color: rgb(221,91,154); }
div.DivClassName
{
background-color: #DD5B9A;
}
.BgClassName
{
background-color: #DD5B9A;
}
</style>
border-color css
<style>
span { border-color: #DD5B9A; }
span { border-color: rgb(221,91,154); }
td.TdClassName
{
border-color: #DD5B9A;
}
.TagClassName
{
border-color: #DD5B9A;
}
</style>