Shades of Pale Violet Red #DC649B
Tints of Pale Violet Red #DC649B
RGB
CMYK
RGB Variations
Color information
#DC649B (or 0xDC649B) is known color: Pale Violet Red. HEX triplet: DC, 64 and 9B. RGB value is (220,100,155). Sum of RGB (Red+Green+Blue) = 220+100+155=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC649B is #239B64. Grayscale: #8E8E8E. Windows color (decimal): -2333541 or 10183900. OLE color: 10183900.
HSL color Cylindrical-coordinate representation of color #DC649B: hue angle of 332.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 #DC649B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 155 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.14 |
| HSL | 332.5º | 0.63% | 0.63% | - |
| HSV(B) | 332.5º | 0.55% | 0.86% | - |
| XYZ | 39.99 | 26.7 | 34.06 | - |
| YUV | 142.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 155 | 0 | 0.55 | 0.30 | 0.14 | 332.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 9B | 0 | 37 | 1E | E | 14C | 3F | 3F |
| Octal | 334 | 144 | 233 | 0 | 67 | 36 | 16 | 514 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10011011 | 0 | 110111 | 11110 | 1110 | 101001100 | 111111 | 111111 |
Color Harmonies of #DC649B
Complementary color
Monochromatic Colors of #DC649B
Black with #DC649B
Text Example
Text Example
White with #DC649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC649B; }
p { color: rgb(220,100,155); }
H1.HeaderClassName
{
color: #DC649B;
}
.AnyTagClassName
{
color: #DC649B;
}
</style>
background-color css
<style>
a { background-color: #DC649B; }
a { background-color: rgb(220,100,155); }
div.DivClassName
{
background-color: #DC649B;
}
.BgClassName
{
background-color: #DC649B;
}
</style>
border-color css
<style>
span { border-color: #DC649B; }
span { border-color: rgb(220,100,155); }
td.TdClassName
{
border-color: #DC649B;
}
.TagClassName
{
border-color: #DC649B;
}
</style>