Shades of Pale Violet Red #DC75A5
Tints of Pale Violet Red #DC75A5
RGB
CMYK
RGB Variations
Color information
#DC75A5 (or 0xDC75A5) is known color: Pale Violet Red. HEX triplet: DC, 75 and A5. RGB value is (220,117,165). Sum of RGB (Red+Green+Blue) = 220+117+165=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75A5 is #238A5A. Grayscale: #999999. Windows color (decimal): -2329179 or 10843612. OLE color: 10843612.
HSL color Cylindrical-coordinate representation of color #DC75A5: hue angle of 332.04º 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 #DC75A5 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 165 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.14 |
| HSL | 332.04º | 0.6% | 0.66% | - |
| HSV(B) | 332.04º | 0.47% | 0.86% | - |
| XYZ | 42.67 | 30.65 | 39.27 | - |
| YUV | 153.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 165 | 0 | 0.47 | 0.25 | 0.14 | 332.04 | 0.6 | 0.66 |
| Hex | DC | 75 | A5 | 0 | 2F | 19 | E | 14C | 3C | 42 |
| Octal | 334 | 165 | 245 | 0 | 57 | 31 | 16 | 514 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10100101 | 0 | 101111 | 11001 | 1110 | 101001100 | 111100 | 1000010 |
Color Harmonies of #DC75A5
Complementary color
Monochromatic Colors of #DC75A5
Black with #DC75A5
Text Example
Text Example
White with #DC75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75A5; }
p { color: rgb(220,117,165); }
H1.HeaderClassName
{
color: #DC75A5;
}
.AnyTagClassName
{
color: #DC75A5;
}
</style>
background-color css
<style>
a { background-color: #DC75A5; }
a { background-color: rgb(220,117,165); }
div.DivClassName
{
background-color: #DC75A5;
}
.BgClassName
{
background-color: #DC75A5;
}
</style>
border-color css
<style>
span { border-color: #DC75A5; }
span { border-color: rgb(220,117,165); }
td.TdClassName
{
border-color: #DC75A5;
}
.TagClassName
{
border-color: #DC75A5;
}
</style>