Shades of Pale Violet Red #DD728F
Tints of Pale Violet Red #DD728F
RGB
CMYK
RGB Variations
Color information
#DD728F (or 0xDD728F) is known color: Pale Violet Red. HEX triplet: DD, 72 and 8F. RGB value is (221,114,143). Sum of RGB (Red+Green+Blue) = 221+114+143=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728F is #228D70. Grayscale: #959595. Windows color (decimal): -2264433 or 9401053. OLE color: 9401053.
HSL color Cylindrical-coordinate representation of color #DD728F: hue angle of 343.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD728F is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 143 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.13 |
| HSL | 343.74º | 0.61% | 0.66% | - |
| HSV(B) | 343.74º | 0.48% | 0.87% | - |
| XYZ | 40.79 | 29.39 | 29.51 | - |
| YUV | 149.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 143 | 0 | 0.48 | 0.35 | 0.13 | 343.74 | 0.61 | 0.66 |
| Hex | DD | 72 | 8F | 0 | 30 | 23 | D | 158 | 3D | 42 |
| Octal | 335 | 162 | 217 | 0 | 60 | 43 | 15 | 530 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10001111 | 0 | 110000 | 100011 | 1101 | 101011000 | 111101 | 1000010 |
Color Harmonies of #DD728F
Complementary color
Monochromatic Colors of #DD728F
Black with #DD728F
Text Example
Text Example
White with #DD728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD728F; }
p { color: rgb(221,114,143); }
H1.HeaderClassName
{
color: #DD728F;
}
.AnyTagClassName
{
color: #DD728F;
}
</style>
background-color css
<style>
a { background-color: #DD728F; }
a { background-color: rgb(221,114,143); }
div.DivClassName
{
background-color: #DD728F;
}
.BgClassName
{
background-color: #DD728F;
}
</style>
border-color css
<style>
span { border-color: #DD728F; }
span { border-color: rgb(221,114,143); }
td.TdClassName
{
border-color: #DD728F;
}
.TagClassName
{
border-color: #DD728F;
}
</style>