Shades of Pale Violet Red #DC6D91
Tints of Pale Violet Red #DC6D91
RGB
CMYK
RGB Variations
Color information
#DC6D91 (or 0xDC6D91) is known color: Pale Violet Red. HEX triplet: DC, 6D and 91. RGB value is (220,109,145). Sum of RGB (Red+Green+Blue) = 220+109+145=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D91 is #23926E. Grayscale: #929292. Windows color (decimal): -2331247 or 9530844. OLE color: 9530844.
HSL color Cylindrical-coordinate representation of color #DC6D91: hue angle of 340.54º 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 #DC6D91 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 145 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.14 |
| HSL | 340.54º | 0.61% | 0.65% | - |
| HSV(B) | 340.54º | 0.5% | 0.86% | - |
| XYZ | 40.09 | 28.2 | 30.12 | - |
| YUV | 146.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 145 | 0 | 0.50 | 0.34 | 0.14 | 340.54 | 0.61 | 0.65 |
| Hex | DC | 6D | 91 | 0 | 32 | 22 | E | 155 | 3D | 41 |
| Octal | 334 | 155 | 221 | 0 | 62 | 42 | 16 | 525 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10010001 | 0 | 110010 | 100010 | 1110 | 101010101 | 111101 | 1000001 |
Color Harmonies of #DC6D91
Complementary color
Monochromatic Colors of #DC6D91
Black with #DC6D91
Text Example
Text Example
White with #DC6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D91; }
p { color: rgb(220,109,145); }
H1.HeaderClassName
{
color: #DC6D91;
}
.AnyTagClassName
{
color: #DC6D91;
}
</style>
background-color css
<style>
a { background-color: #DC6D91; }
a { background-color: rgb(220,109,145); }
div.DivClassName
{
background-color: #DC6D91;
}
.BgClassName
{
background-color: #DC6D91;
}
</style>
border-color css
<style>
span { border-color: #DC6D91; }
span { border-color: rgb(220,109,145); }
td.TdClassName
{
border-color: #DC6D91;
}
.TagClassName
{
border-color: #DC6D91;
}
</style>