Shades of Pale Violet Red #DC6D95
Tints of Pale Violet Red #DC6D95
RGB
CMYK
RGB Variations
Color information
#DC6D95 (or 0xDC6D95) is known color: Pale Violet Red. HEX triplet: DC, 6D and 95. RGB value is (220,109,149). Sum of RGB (Red+Green+Blue) = 220+109+149=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D95 is #23926A. Grayscale: #929292. Windows color (decimal): -2331243 or 9792988. OLE color: 9792988.
HSL color Cylindrical-coordinate representation of color #DC6D95: hue angle of 338.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D95 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 149 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.14 |
| HSL | 338.38º | 0.61% | 0.65% | - |
| HSV(B) | 338.38º | 0.5% | 0.86% | - |
| XYZ | 40.41 | 28.32 | 31.77 | - |
| YUV | 146.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 149 | 0 | 0.50 | 0.32 | 0.14 | 338.38 | 0.61 | 0.65 |
| Hex | DC | 6D | 95 | 0 | 32 | 20 | E | 152 | 3D | 41 |
| Octal | 334 | 155 | 225 | 0 | 62 | 40 | 16 | 522 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10010101 | 0 | 110010 | 100000 | 1110 | 101010010 | 111101 | 1000001 |
Color Harmonies of #DC6D95
Complementary color
Monochromatic Colors of #DC6D95
Black with #DC6D95
Text Example
Text Example
White with #DC6D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D95; }
p { color: rgb(220,109,149); }
H1.HeaderClassName
{
color: #DC6D95;
}
.AnyTagClassName
{
color: #DC6D95;
}
</style>
background-color css
<style>
a { background-color: #DC6D95; }
a { background-color: rgb(220,109,149); }
div.DivClassName
{
background-color: #DC6D95;
}
.BgClassName
{
background-color: #DC6D95;
}
</style>
border-color css
<style>
span { border-color: #DC6D95; }
span { border-color: rgb(220,109,149); }
td.TdClassName
{
border-color: #DC6D95;
}
.TagClassName
{
border-color: #DC6D95;
}
</style>