Shades of Pale Violet Red #DD6C92
Tints of Pale Violet Red #DD6C92
RGB
CMYK
RGB Variations
Color information
#DD6C92 (or 0xDD6C92) is known color: Pale Violet Red. HEX triplet: DD, 6C and 92. RGB value is (221,108,146). Sum of RGB (Red+Green+Blue) = 221+108+146=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C92 is #22936D. Grayscale: #929292. Windows color (decimal): -2265966 or 9596125. OLE color: 9596125.
HSL color Cylindrical-coordinate representation of color #DD6C92: hue angle of 339.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C92 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 146 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.13 |
| HSL | 339.82º | 0.62% | 0.65% | - |
| HSV(B) | 339.82º | 0.51% | 0.87% | - |
| XYZ | 40.37 | 28.17 | 30.5 | - |
| YUV | 146.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 146 | 0 | 0.51 | 0.34 | 0.13 | 339.82 | 0.62 | 0.65 |
| Hex | DD | 6C | 92 | 0 | 33 | 22 | D | 154 | 3E | 41 |
| Octal | 335 | 154 | 222 | 0 | 63 | 42 | 15 | 524 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10010010 | 0 | 110011 | 100010 | 1101 | 101010100 | 111110 | 1000001 |
Color Harmonies of #DD6C92
Complementary color
Monochromatic Colors of #DD6C92
Black with #DD6C92
Text Example
Text Example
White with #DD6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C92; }
p { color: rgb(221,108,146); }
H1.HeaderClassName
{
color: #DD6C92;
}
.AnyTagClassName
{
color: #DD6C92;
}
</style>
background-color css
<style>
a { background-color: #DD6C92; }
a { background-color: rgb(221,108,146); }
div.DivClassName
{
background-color: #DD6C92;
}
.BgClassName
{
background-color: #DD6C92;
}
</style>
border-color css
<style>
span { border-color: #DD6C92; }
span { border-color: rgb(221,108,146); }
td.TdClassName
{
border-color: #DD6C92;
}
.TagClassName
{
border-color: #DD6C92;
}
</style>