Shades of Pale Violet Red #DD5F8C
Tints of Pale Violet Red #DD5F8C
RGB
CMYK
RGB Variations
Color information
#DD5F8C (or 0xDD5F8C) is known color: Pale Violet Red. HEX triplet: DD, 5F and 8C. RGB value is (221,95,140). Sum of RGB (Red+Green+Blue) = 221+95+140=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F8C is #22A073. Grayscale: #898989. Windows color (decimal): -2269300 or 9199581. OLE color: 9199581.
HSL color Cylindrical-coordinate representation of color #DD5F8C: hue angle of 338.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5F8C is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 140 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.13 |
| HSL | 338.57º | 0.65% | 0.62% | - |
| HSV(B) | 338.57º | 0.57% | 0.87% | - |
| XYZ | 38.64 | 25.45 | 27.69 | - |
| YUV | 137.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 140 | 0 | 0.57 | 0.37 | 0.13 | 338.57 | 0.65 | 0.62 |
| Hex | DD | 5F | 8C | 0 | 39 | 25 | D | 153 | 41 | 3E |
| Octal | 335 | 137 | 214 | 0 | 71 | 45 | 15 | 523 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10001100 | 0 | 111001 | 100101 | 1101 | 101010011 | 1000001 | 111110 |
Color Harmonies of #DD5F8C
Complementary color
Monochromatic Colors of #DD5F8C
Black with #DD5F8C
Text Example
Text Example
White with #DD5F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F8C; }
p { color: rgb(221,95,140); }
H1.HeaderClassName
{
color: #DD5F8C;
}
.AnyTagClassName
{
color: #DD5F8C;
}
</style>
background-color css
<style>
a { background-color: #DD5F8C; }
a { background-color: rgb(221,95,140); }
div.DivClassName
{
background-color: #DD5F8C;
}
.BgClassName
{
background-color: #DD5F8C;
}
</style>
border-color css
<style>
span { border-color: #DD5F8C; }
span { border-color: rgb(221,95,140); }
td.TdClassName
{
border-color: #DD5F8C;
}
.TagClassName
{
border-color: #DD5F8C;
}
</style>