Shades of Pale Violet Red #DC628F
Tints of Pale Violet Red #DC628F
RGB
CMYK
RGB Variations
Color information
#DC628F (or 0xDC628F) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8F. RGB value is (220,98,143). Sum of RGB (Red+Green+Blue) = 220+98+143=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628F is #239D70. Grayscale: #8B8B8B. Windows color (decimal): -2334065 or 9396956. OLE color: 9396956.
HSL color Cylindrical-coordinate representation of color #DC628F: hue angle of 337.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC628F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 143 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.14 |
| HSL | 337.87º | 0.64% | 0.62% | - |
| HSV(B) | 337.87º | 0.55% | 0.86% | - |
| XYZ | 38.84 | 25.93 | 28.95 | - |
| YUV | 139.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 143 | 0 | 0.55 | 0.35 | 0.14 | 337.87 | 0.64 | 0.62 |
| Hex | DC | 62 | 8F | 0 | 37 | 23 | E | 152 | 40 | 3E |
| Octal | 334 | 142 | 217 | 0 | 67 | 43 | 16 | 522 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10001111 | 0 | 110111 | 100011 | 1110 | 101010010 | 1000000 | 111110 |
Color Harmonies of #DC628F
Complementary color
Monochromatic Colors of #DC628F
Black with #DC628F
Text Example
Text Example
White with #DC628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC628F; }
p { color: rgb(220,98,143); }
H1.HeaderClassName
{
color: #DC628F;
}
.AnyTagClassName
{
color: #DC628F;
}
</style>
background-color css
<style>
a { background-color: #DC628F; }
a { background-color: rgb(220,98,143); }
div.DivClassName
{
background-color: #DC628F;
}
.BgClassName
{
background-color: #DC628F;
}
</style>
border-color css
<style>
span { border-color: #DC628F; }
span { border-color: rgb(220,98,143); }
td.TdClassName
{
border-color: #DC628F;
}
.TagClassName
{
border-color: #DC628F;
}
</style>