Shades of Pale Violet Red #DC759E
Tints of Pale Violet Red #DC759E
RGB
CMYK
RGB Variations
Color information
#DC759E (or 0xDC759E) is known color: Pale Violet Red. HEX triplet: DC, 75 and 9E. RGB value is (220,117,158). Sum of RGB (Red+Green+Blue) = 220+117+158=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC759E is #238A61. Grayscale: #989898. Windows color (decimal): -2329186 or 10384860. OLE color: 10384860.
HSL color Cylindrical-coordinate representation of color #DC759E: hue angle of 336.12º 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 #DC759E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 158 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.14 |
| HSL | 336.12º | 0.6% | 0.66% | - |
| HSV(B) | 336.12º | 0.47% | 0.86% | - |
| XYZ | 42.05 | 30.41 | 36 | - |
| YUV | 152.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 158 | 0 | 0.47 | 0.28 | 0.14 | 336.12 | 0.6 | 0.66 |
| Hex | DC | 75 | 9E | 0 | 2F | 1C | E | 150 | 3C | 42 |
| Octal | 334 | 165 | 236 | 0 | 57 | 34 | 16 | 520 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10011110 | 0 | 101111 | 11100 | 1110 | 101010000 | 111100 | 1000010 |
Color Harmonies of #DC759E
Complementary color
Monochromatic Colors of #DC759E
Black with #DC759E
Text Example
Text Example
White with #DC759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC759E; }
p { color: rgb(220,117,158); }
H1.HeaderClassName
{
color: #DC759E;
}
.AnyTagClassName
{
color: #DC759E;
}
</style>
background-color css
<style>
a { background-color: #DC759E; }
a { background-color: rgb(220,117,158); }
div.DivClassName
{
background-color: #DC759E;
}
.BgClassName
{
background-color: #DC759E;
}
</style>
border-color css
<style>
span { border-color: #DC759E; }
span { border-color: rgb(220,117,158); }
td.TdClassName
{
border-color: #DC759E;
}
.TagClassName
{
border-color: #DC759E;
}
</style>