Shades of Pale Violet Red #DC749F
Tints of Pale Violet Red #DC749F
RGB
CMYK
RGB Variations
Color information
#DC749F (or 0xDC749F) is known color: Pale Violet Red. HEX triplet: DC, 74 and 9F. RGB value is (220,116,159). Sum of RGB (Red+Green+Blue) = 220+116+159=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC749F is #238B60. Grayscale: #979797. Windows color (decimal): -2329441 or 10450140. OLE color: 10450140.
HSL color Cylindrical-coordinate representation of color #DC749F: hue angle of 335.19º 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 #DC749F is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 159 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.14 |
| HSL | 335.19º | 0.6% | 0.66% | - |
| HSV(B) | 335.19º | 0.47% | 0.86% | - |
| XYZ | 42.02 | 30.21 | 36.42 | - |
| YUV | 152 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 159 | 0 | 0.47 | 0.28 | 0.14 | 335.19 | 0.6 | 0.66 |
| Hex | DC | 74 | 9F | 0 | 2F | 1C | E | 14F | 3C | 42 |
| Octal | 334 | 164 | 237 | 0 | 57 | 34 | 16 | 517 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10011111 | 0 | 101111 | 11100 | 1110 | 101001111 | 111100 | 1000010 |
Color Harmonies of #DC749F
Complementary color
Monochromatic Colors of #DC749F
Black with #DC749F
Text Example
Text Example
White with #DC749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC749F; }
p { color: rgb(220,116,159); }
H1.HeaderClassName
{
color: #DC749F;
}
.AnyTagClassName
{
color: #DC749F;
}
</style>
background-color css
<style>
a { background-color: #DC749F; }
a { background-color: rgb(220,116,159); }
div.DivClassName
{
background-color: #DC749F;
}
.BgClassName
{
background-color: #DC749F;
}
</style>
border-color css
<style>
span { border-color: #DC749F; }
span { border-color: rgb(220,116,159); }
td.TdClassName
{
border-color: #DC749F;
}
.TagClassName
{
border-color: #DC749F;
}
</style>