Shades of Pale Violet Red #DC748F
Tints of Pale Violet Red #DC748F
RGB
CMYK
RGB Variations
Color information
#DC748F (or 0xDC748F) is known color: Pale Violet Red. HEX triplet: DC, 74 and 8F. RGB value is (220,116,143). Sum of RGB (Red+Green+Blue) = 220+116+143=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC748F is #238B70. Grayscale: #969696. Windows color (decimal): -2329457 or 9401564. OLE color: 9401564.
HSL color Cylindrical-coordinate representation of color #DC748F: hue angle of 344.42º 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 #DC748F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 143 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 344.42º | 0.6% | 0.66% | - |
| HSV(B) | 344.42º | 0.47% | 0.86% | - |
| XYZ | 40.72 | 29.69 | 29.57 | - |
| YUV | 150.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 143 | 0 | 0.47 | 0.35 | 0.14 | 344.42 | 0.6 | 0.66 |
| Hex | DC | 74 | 8F | 0 | 2F | 23 | E | 158 | 3C | 42 |
| Octal | 334 | 164 | 217 | 0 | 57 | 43 | 16 | 530 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10001111 | 0 | 101111 | 100011 | 1110 | 101011000 | 111100 | 1000010 |
Color Harmonies of #DC748F
Complementary color
Monochromatic Colors of #DC748F
Black with #DC748F
Text Example
Text Example
White with #DC748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC748F; }
p { color: rgb(220,116,143); }
H1.HeaderClassName
{
color: #DC748F;
}
.AnyTagClassName
{
color: #DC748F;
}
</style>
background-color css
<style>
a { background-color: #DC748F; }
a { background-color: rgb(220,116,143); }
div.DivClassName
{
background-color: #DC748F;
}
.BgClassName
{
background-color: #DC748F;
}
</style>
border-color css
<style>
span { border-color: #DC748F; }
span { border-color: rgb(220,116,143); }
td.TdClassName
{
border-color: #DC748F;
}
.TagClassName
{
border-color: #DC748F;
}
</style>