Shades of Pale Violet Red #DC649C
Tints of Pale Violet Red #DC649C
RGB
CMYK
RGB Variations
Color information
#DC649C (or 0xDC649C) is known color: Pale Violet Red. HEX triplet: DC, 64 and 9C. RGB value is (220,100,156). Sum of RGB (Red+Green+Blue) = 220+100+156=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC649C is #239B63. Grayscale: #8E8E8E. Windows color (decimal): -2333540 or 10249436. OLE color: 10249436.
HSL color Cylindrical-coordinate representation of color #DC649C: hue angle of 332º 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 #DC649C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 156 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.14 |
| HSL | 332º | 0.63% | 0.63% | - |
| HSV(B) | 332º | 0.55% | 0.86% | - |
| XYZ | 40.07 | 26.73 | 34.5 | - |
| YUV | 142.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 156 | 0 | 0.55 | 0.29 | 0.14 | 332 | 0.63 | 0.63 |
| Hex | DC | 64 | 9C | 0 | 37 | 1D | E | 14C | 3F | 3F |
| Octal | 334 | 144 | 234 | 0 | 67 | 35 | 16 | 514 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10011100 | 0 | 110111 | 11101 | 1110 | 101001100 | 111111 | 111111 |
Color Harmonies of #DC649C
Complementary color
Monochromatic Colors of #DC649C
Black with #DC649C
Text Example
Text Example
White with #DC649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC649C; }
p { color: rgb(220,100,156); }
H1.HeaderClassName
{
color: #DC649C;
}
.AnyTagClassName
{
color: #DC649C;
}
</style>
background-color css
<style>
a { background-color: #DC649C; }
a { background-color: rgb(220,100,156); }
div.DivClassName
{
background-color: #DC649C;
}
.BgClassName
{
background-color: #DC649C;
}
</style>
border-color css
<style>
span { border-color: #DC649C; }
span { border-color: rgb(220,100,156); }
td.TdClassName
{
border-color: #DC649C;
}
.TagClassName
{
border-color: #DC649C;
}
</style>