Shades of Pale Violet Red #DD7892
Tints of Pale Violet Red #DD7892
RGB
CMYK
RGB Variations
Color information
#DD7892 (or 0xDD7892) is known color: Pale Violet Red. HEX triplet: DD, 78 and 92. RGB value is (221,120,146). Sum of RGB (Red+Green+Blue) = 221+120+146=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7892 is #22876D. Grayscale: #999999. Windows color (decimal): -2262894 or 9599197. OLE color: 9599197.
HSL color Cylindrical-coordinate representation of color #DD7892: hue angle of 344.55º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7892 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 146 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.13 |
| HSL | 344.55º | 0.6% | 0.67% | - |
| HSV(B) | 344.55º | 0.46% | 0.87% | - |
| XYZ | 41.72 | 30.88 | 30.96 | - |
| YUV | 153.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 146 | 0 | 0.46 | 0.34 | 0.13 | 344.55 | 0.6 | 0.67 |
| Hex | DD | 78 | 92 | 0 | 2E | 22 | D | 159 | 3C | 43 |
| Octal | 335 | 170 | 222 | 0 | 56 | 42 | 15 | 531 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10010010 | 0 | 101110 | 100010 | 1101 | 101011001 | 111100 | 1000011 |
Color Harmonies of #DD7892
Complementary color
Monochromatic Colors of #DD7892
Black with #DD7892
Text Example
Text Example
White with #DD7892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7892; }
p { color: rgb(221,120,146); }
H1.HeaderClassName
{
color: #DD7892;
}
.AnyTagClassName
{
color: #DD7892;
}
</style>
background-color css
<style>
a { background-color: #DD7892; }
a { background-color: rgb(221,120,146); }
div.DivClassName
{
background-color: #DD7892;
}
.BgClassName
{
background-color: #DD7892;
}
</style>
border-color css
<style>
span { border-color: #DD7892; }
span { border-color: rgb(221,120,146); }
td.TdClassName
{
border-color: #DD7892;
}
.TagClassName
{
border-color: #DD7892;
}
</style>