Shades of Pale Violet Red #DC649D
Tints of Pale Violet Red #DC649D
RGB
CMYK
RGB Variations
Color information
#DC649D (or 0xDC649D) is known color: Pale Violet Red. HEX triplet: DC, 64 and 9D. RGB value is (220,100,157). Sum of RGB (Red+Green+Blue) = 220+100+157=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC649D is #239B62. Grayscale: #8E8E8E. Windows color (decimal): -2333539 or 10314972. OLE color: 10314972.
HSL color Cylindrical-coordinate representation of color #DC649D: hue angle of 331.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC649D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 157 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.14 |
| HSL | 331.5º | 0.63% | 0.63% | - |
| HSV(B) | 331.5º | 0.55% | 0.86% | - |
| XYZ | 40.16 | 26.76 | 34.95 | - |
| YUV | 142.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 157 | 0 | 0.55 | 0.29 | 0.14 | 331.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 9D | 0 | 37 | 1D | E | 14C | 3F | 3F |
| Octal | 334 | 144 | 235 | 0 | 67 | 35 | 16 | 514 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10011101 | 0 | 110111 | 11101 | 1110 | 101001100 | 111111 | 111111 |
Color Harmonies of #DC649D
Complementary color
Monochromatic Colors of #DC649D
Black with #DC649D
Text Example
Text Example
White with #DC649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC649D; }
p { color: rgb(220,100,157); }
H1.HeaderClassName
{
color: #DC649D;
}
.AnyTagClassName
{
color: #DC649D;
}
</style>
background-color css
<style>
a { background-color: #DC649D; }
a { background-color: rgb(220,100,157); }
div.DivClassName
{
background-color: #DC649D;
}
.BgClassName
{
background-color: #DC649D;
}
</style>
border-color css
<style>
span { border-color: #DC649D; }
span { border-color: rgb(220,100,157); }
td.TdClassName
{
border-color: #DC649D;
}
.TagClassName
{
border-color: #DC649D;
}
</style>