Shades of Pale Violet Red #DD7292
Tints of Pale Violet Red #DD7292
RGB
CMYK
RGB Variations
Color information
#DD7292 (or 0xDD7292) is known color: Pale Violet Red. HEX triplet: DD, 72 and 92. RGB value is (221,114,146). Sum of RGB (Red+Green+Blue) = 221+114+146=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7292 is #228D6D. Grayscale: #959595. Windows color (decimal): -2264430 or 9597661. OLE color: 9597661.
HSL color Cylindrical-coordinate representation of color #DD7292: hue angle of 342.06º 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 #DD7292 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 146 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.13 |
| HSL | 342.06º | 0.61% | 0.66% | - |
| HSV(B) | 342.06º | 0.48% | 0.87% | - |
| XYZ | 41.02 | 29.48 | 30.72 | - |
| YUV | 149.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 146 | 0 | 0.48 | 0.34 | 0.13 | 342.06 | 0.61 | 0.66 |
| Hex | DD | 72 | 92 | 0 | 30 | 22 | D | 156 | 3D | 42 |
| Octal | 335 | 162 | 222 | 0 | 60 | 42 | 15 | 526 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10010010 | 0 | 110000 | 100010 | 1101 | 101010110 | 111101 | 1000010 |
Color Harmonies of #DD7292
Complementary color
Monochromatic Colors of #DD7292
Black with #DD7292
Text Example
Text Example
White with #DD7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7292; }
p { color: rgb(221,114,146); }
H1.HeaderClassName
{
color: #DD7292;
}
.AnyTagClassName
{
color: #DD7292;
}
</style>
background-color css
<style>
a { background-color: #DD7292; }
a { background-color: rgb(221,114,146); }
div.DivClassName
{
background-color: #DD7292;
}
.BgClassName
{
background-color: #DD7292;
}
</style>
border-color css
<style>
span { border-color: #DD7292; }
span { border-color: rgb(221,114,146); }
td.TdClassName
{
border-color: #DD7292;
}
.TagClassName
{
border-color: #DD7292;
}
</style>