Shades of Pale Violet Red #DD7293
Tints of Pale Violet Red #DD7293
RGB
CMYK
RGB Variations
Color information
#DD7293 (or 0xDD7293) is known color: Pale Violet Red. HEX triplet: DD, 72 and 93. RGB value is (221,114,147). Sum of RGB (Red+Green+Blue) = 221+114+147=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7293 is #228D6C. Grayscale: #959595. Windows color (decimal): -2264429 or 9663197. OLE color: 9663197.
HSL color Cylindrical-coordinate representation of color #DD7293: hue angle of 341.5º 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 #DD7293 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 147 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.13 |
| HSL | 341.5º | 0.61% | 0.66% | - |
| HSV(B) | 341.5º | 0.48% | 0.87% | - |
| XYZ | 41.1 | 29.51 | 31.13 | - |
| YUV | 149.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 147 | 0 | 0.48 | 0.33 | 0.13 | 341.5 | 0.61 | 0.66 |
| Hex | DD | 72 | 93 | 0 | 30 | 21 | D | 155 | 3D | 42 |
| Octal | 335 | 162 | 223 | 0 | 60 | 41 | 15 | 525 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10010011 | 0 | 110000 | 100001 | 1101 | 101010101 | 111101 | 1000010 |
Color Harmonies of #DD7293
Complementary color
Monochromatic Colors of #DD7293
Black with #DD7293
Text Example
Text Example
White with #DD7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7293; }
p { color: rgb(221,114,147); }
H1.HeaderClassName
{
color: #DD7293;
}
.AnyTagClassName
{
color: #DD7293;
}
</style>
background-color css
<style>
a { background-color: #DD7293; }
a { background-color: rgb(221,114,147); }
div.DivClassName
{
background-color: #DD7293;
}
.BgClassName
{
background-color: #DD7293;
}
</style>
border-color css
<style>
span { border-color: #DD7293; }
span { border-color: rgb(221,114,147); }
td.TdClassName
{
border-color: #DD7293;
}
.TagClassName
{
border-color: #DD7293;
}
</style>