Shades of Pale Violet Red #DC628E
Tints of Pale Violet Red #DC628E
RGB
CMYK
RGB Variations
Color information
#DC628E (or 0xDC628E) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8E. RGB value is (220,98,142). Sum of RGB (Red+Green+Blue) = 220+98+142=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628E is #239D71. Grayscale: #8B8B8B. Windows color (decimal): -2334066 or 9331420. OLE color: 9331420.
HSL color Cylindrical-coordinate representation of color #DC628E: hue angle of 338.36º 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 #DC628E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 142 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.14 |
| HSL | 338.36º | 0.64% | 0.62% | - |
| HSV(B) | 338.36º | 0.55% | 0.86% | - |
| XYZ | 38.77 | 25.9 | 28.55 | - |
| YUV | 139.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 142 | 0 | 0.55 | 0.35 | 0.14 | 338.36 | 0.64 | 0.62 |
| Hex | DC | 62 | 8E | 0 | 37 | 23 | E | 152 | 40 | 3E |
| Octal | 334 | 142 | 216 | 0 | 67 | 43 | 16 | 522 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10001110 | 0 | 110111 | 100011 | 1110 | 101010010 | 1000000 | 111110 |
Color Harmonies of #DC628E
Complementary color
Monochromatic Colors of #DC628E
Black with #DC628E
Text Example
Text Example
White with #DC628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC628E; }
p { color: rgb(220,98,142); }
H1.HeaderClassName
{
color: #DC628E;
}
.AnyTagClassName
{
color: #DC628E;
}
</style>
background-color css
<style>
a { background-color: #DC628E; }
a { background-color: rgb(220,98,142); }
div.DivClassName
{
background-color: #DC628E;
}
.BgClassName
{
background-color: #DC628E;
}
</style>
border-color css
<style>
span { border-color: #DC628E; }
span { border-color: rgb(220,98,142); }
td.TdClassName
{
border-color: #DC628E;
}
.TagClassName
{
border-color: #DC628E;
}
</style>