Shades of Pale Violet Red #DC75A1
Tints of Pale Violet Red #DC75A1
RGB
CMYK
RGB Variations
Color information
#DC75A1 (or 0xDC75A1) is known color: Pale Violet Red. HEX triplet: DC, 75 and A1. RGB value is (220,117,161). Sum of RGB (Red+Green+Blue) = 220+117+161=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75A1 is #238A5E. Grayscale: #989898. Windows color (decimal): -2329183 or 10581468. OLE color: 10581468.
HSL color Cylindrical-coordinate representation of color #DC75A1: hue angle of 334.37º 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 #DC75A1 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 161 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.14 |
| HSL | 334.37º | 0.6% | 0.66% | - |
| HSV(B) | 334.37º | 0.47% | 0.86% | - |
| XYZ | 42.31 | 30.51 | 37.38 | - |
| YUV | 152.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 161 | 0 | 0.47 | 0.27 | 0.14 | 334.37 | 0.6 | 0.66 |
| Hex | DC | 75 | A1 | 0 | 2F | 1B | E | 14E | 3C | 42 |
| Octal | 334 | 165 | 241 | 0 | 57 | 33 | 16 | 516 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10100001 | 0 | 101111 | 11011 | 1110 | 101001110 | 111100 | 1000010 |
Color Harmonies of #DC75A1
Complementary color
Monochromatic Colors of #DC75A1
Black with #DC75A1
Text Example
Text Example
White with #DC75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75A1; }
p { color: rgb(220,117,161); }
H1.HeaderClassName
{
color: #DC75A1;
}
.AnyTagClassName
{
color: #DC75A1;
}
</style>
background-color css
<style>
a { background-color: #DC75A1; }
a { background-color: rgb(220,117,161); }
div.DivClassName
{
background-color: #DC75A1;
}
.BgClassName
{
background-color: #DC75A1;
}
</style>
border-color css
<style>
span { border-color: #DC75A1; }
span { border-color: rgb(220,117,161); }
td.TdClassName
{
border-color: #DC75A1;
}
.TagClassName
{
border-color: #DC75A1;
}
</style>