Shades of Pale Violet Red #DC75A0
Tints of Pale Violet Red #DC75A0
RGB
CMYK
RGB Variations
Color information
#DC75A0 (or 0xDC75A0) is known color: Pale Violet Red. HEX triplet: DC, 75 and A0. RGB value is (220,117,160). Sum of RGB (Red+Green+Blue) = 220+117+160=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75A0 is #238A5F. Grayscale: #989898. Windows color (decimal): -2329184 or 10515932. OLE color: 10515932.
HSL color Cylindrical-coordinate representation of color #DC75A0: hue angle of 334.95º 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 #DC75A0 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 160 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.14 |
| HSL | 334.95º | 0.6% | 0.66% | - |
| HSV(B) | 334.95º | 0.47% | 0.86% | - |
| XYZ | 42.22 | 30.48 | 36.91 | - |
| YUV | 152.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 160 | 0 | 0.47 | 0.27 | 0.14 | 334.95 | 0.6 | 0.66 |
| Hex | DC | 75 | A0 | 0 | 2F | 1B | E | 14F | 3C | 42 |
| Octal | 334 | 165 | 240 | 0 | 57 | 33 | 16 | 517 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10100000 | 0 | 101111 | 11011 | 1110 | 101001111 | 111100 | 1000010 |
Color Harmonies of #DC75A0
Complementary color
Monochromatic Colors of #DC75A0
Black with #DC75A0
Text Example
Text Example
White with #DC75A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75A0; }
p { color: rgb(220,117,160); }
H1.HeaderClassName
{
color: #DC75A0;
}
.AnyTagClassName
{
color: #DC75A0;
}
</style>
background-color css
<style>
a { background-color: #DC75A0; }
a { background-color: rgb(220,117,160); }
div.DivClassName
{
background-color: #DC75A0;
}
.BgClassName
{
background-color: #DC75A0;
}
</style>
border-color css
<style>
span { border-color: #DC75A0; }
span { border-color: rgb(220,117,160); }
td.TdClassName
{
border-color: #DC75A0;
}
.TagClassName
{
border-color: #DC75A0;
}
</style>