Shades of Pale Violet Red #DC628C
Tints of Pale Violet Red #DC628C
RGB
CMYK
RGB Variations
Color information
#DC628C (or 0xDC628C) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8C. RGB value is (220,98,140). Sum of RGB (Red+Green+Blue) = 220+98+140=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628C is #239D73. Grayscale: #8B8B8B. Windows color (decimal): -2334068 or 9200348. OLE color: 9200348.
HSL color Cylindrical-coordinate representation of color #DC628C: hue angle of 339.34º 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 #DC628C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 140 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.14 |
| HSL | 339.34º | 0.64% | 0.62% | - |
| HSV(B) | 339.34º | 0.55% | 0.86% | - |
| XYZ | 38.62 | 25.84 | 27.76 | - |
| YUV | 139.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 140 | 0 | 0.55 | 0.36 | 0.14 | 339.34 | 0.64 | 0.62 |
| Hex | DC | 62 | 8C | 0 | 37 | 24 | E | 153 | 40 | 3E |
| Octal | 334 | 142 | 214 | 0 | 67 | 44 | 16 | 523 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10001100 | 0 | 110111 | 100100 | 1110 | 101010011 | 1000000 | 111110 |
Color Harmonies of #DC628C
Complementary color
Monochromatic Colors of #DC628C
Black with #DC628C
Text Example
Text Example
White with #DC628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC628C; }
p { color: rgb(220,98,140); }
H1.HeaderClassName
{
color: #DC628C;
}
.AnyTagClassName
{
color: #DC628C;
}
</style>
background-color css
<style>
a { background-color: #DC628C; }
a { background-color: rgb(220,98,140); }
div.DivClassName
{
background-color: #DC628C;
}
.BgClassName
{
background-color: #DC628C;
}
</style>
border-color css
<style>
span { border-color: #DC628C; }
span { border-color: rgb(220,98,140); }
td.TdClassName
{
border-color: #DC628C;
}
.TagClassName
{
border-color: #DC628C;
}
</style>