Shades of Pale Violet Red #DC628D
Tints of Pale Violet Red #DC628D
RGB
CMYK
RGB Variations
Color information
#DC628D (or 0xDC628D) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8D. RGB value is (220,98,141). Sum of RGB (Red+Green+Blue) = 220+98+141=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628D is #239D72. Grayscale: #8B8B8B. Windows color (decimal): -2334067 or 9265884. OLE color: 9265884.
HSL color Cylindrical-coordinate representation of color #DC628D: hue angle of 338.85º 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 #DC628D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 141 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.14 |
| HSL | 338.85º | 0.64% | 0.62% | - |
| HSV(B) | 338.85º | 0.55% | 0.86% | - |
| XYZ | 38.69 | 25.87 | 28.15 | - |
| YUV | 139.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 141 | 0 | 0.55 | 0.36 | 0.14 | 338.85 | 0.64 | 0.62 |
| Hex | DC | 62 | 8D | 0 | 37 | 24 | E | 153 | 40 | 3E |
| Octal | 334 | 142 | 215 | 0 | 67 | 44 | 16 | 523 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10001101 | 0 | 110111 | 100100 | 1110 | 101010011 | 1000000 | 111110 |
Color Harmonies of #DC628D
Complementary color
Monochromatic Colors of #DC628D
Black with #DC628D
Text Example
Text Example
White with #DC628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC628D; }
p { color: rgb(220,98,141); }
H1.HeaderClassName
{
color: #DC628D;
}
.AnyTagClassName
{
color: #DC628D;
}
</style>
background-color css
<style>
a { background-color: #DC628D; }
a { background-color: rgb(220,98,141); }
div.DivClassName
{
background-color: #DC628D;
}
.BgClassName
{
background-color: #DC628D;
}
</style>
border-color css
<style>
span { border-color: #DC628D; }
span { border-color: rgb(220,98,141); }
td.TdClassName
{
border-color: #DC628D;
}
.TagClassName
{
border-color: #DC628D;
}
</style>