Shades of Pale Violet Red #DC748E
Tints of Pale Violet Red #DC748E
RGB
CMYK
RGB Variations
Color information
#DC748E (or 0xDC748E) is known color: Pale Violet Red. HEX triplet: DC, 74 and 8E. RGB value is (220,116,142). Sum of RGB (Red+Green+Blue) = 220+116+142=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC748E is #238B71. Grayscale: #969696. Windows color (decimal): -2329458 or 9336028. OLE color: 9336028.
HSL color Cylindrical-coordinate representation of color #DC748E: hue angle of 345º 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 #DC748E is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 142 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 345º | 0.6% | 0.66% | - |
| HSV(B) | 345º | 0.47% | 0.86% | - |
| XYZ | 40.64 | 29.66 | 29.17 | - |
| YUV | 150.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 142 | 0 | 0.47 | 0.35 | 0.14 | 345 | 0.6 | 0.66 |
| Hex | DC | 74 | 8E | 0 | 2F | 23 | E | 159 | 3C | 42 |
| Octal | 334 | 164 | 216 | 0 | 57 | 43 | 16 | 531 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10001110 | 0 | 101111 | 100011 | 1110 | 101011001 | 111100 | 1000010 |
Color Harmonies of #DC748E
Complementary color
Monochromatic Colors of #DC748E
Black with #DC748E
Text Example
Text Example
White with #DC748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC748E; }
p { color: rgb(220,116,142); }
H1.HeaderClassName
{
color: #DC748E;
}
.AnyTagClassName
{
color: #DC748E;
}
</style>
background-color css
<style>
a { background-color: #DC748E; }
a { background-color: rgb(220,116,142); }
div.DivClassName
{
background-color: #DC748E;
}
.BgClassName
{
background-color: #DC748E;
}
</style>
border-color css
<style>
span { border-color: #DC748E; }
span { border-color: rgb(220,116,142); }
td.TdClassName
{
border-color: #DC748E;
}
.TagClassName
{
border-color: #DC748E;
}
</style>