Shades of Pale Violet Red #DC749D
Tints of Pale Violet Red #DC749D
RGB
CMYK
RGB Variations
Color information
#DC749D (or 0xDC749D) is known color: Pale Violet Red. HEX triplet: DC, 74 and 9D. RGB value is (220,116,157). Sum of RGB (Red+Green+Blue) = 220+116+157=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749D is #238B62. Grayscale: #979797. Windows color (decimal): -2329443 or 10319068. OLE color: 10319068.
HSL color Cylindrical-coordinate representation of color #DC749D: hue angle of 336.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC749D is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 157 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.14 |
| HSL | 336.35º | 0.6% | 0.66% | - |
| HSV(B) | 336.35º | 0.47% | 0.86% | - |
| XYZ | 41.85 | 30.14 | 35.51 | - |
| YUV | 151.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 157 | 0 | 0.47 | 0.29 | 0.14 | 336.35 | 0.6 | 0.66 |
| Hex | DC | 74 | 9D | 0 | 2F | 1D | E | 150 | 3C | 42 |
| Octal | 334 | 164 | 235 | 0 | 57 | 35 | 16 | 520 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10011101 | 0 | 101111 | 11101 | 1110 | 101010000 | 111100 | 1000010 |
Color Harmonies of #DC749D
Complementary color
Monochromatic Colors of #DC749D
Black with #DC749D
Text Example
Text Example
White with #DC749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC749D; }
p { color: rgb(220,116,157); }
H1.HeaderClassName
{
color: #DC749D;
}
.AnyTagClassName
{
color: #DC749D;
}
</style>
background-color css
<style>
a { background-color: #DC749D; }
a { background-color: rgb(220,116,157); }
div.DivClassName
{
background-color: #DC749D;
}
.BgClassName
{
background-color: #DC749D;
}
</style>
border-color css
<style>
span { border-color: #DC749D; }
span { border-color: rgb(220,116,157); }
td.TdClassName
{
border-color: #DC749D;
}
.TagClassName
{
border-color: #DC749D;
}
</style>