Shades of Pale Violet Red #DC628A
Tints of Pale Violet Red #DC628A
RGB
CMYK
RGB Variations
Color information
#DC628A (or 0xDC628A) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8A. RGB value is (220,98,138). Sum of RGB (Red+Green+Blue) = 220+98+138=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628A is #239D75. Grayscale: #8B8B8B. Windows color (decimal): -2334070 or 9069276. OLE color: 9069276.
HSL color Cylindrical-coordinate representation of color #DC628A: hue angle of 340.33º 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 #DC628A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 340.33º | 0.64% | 0.62% | - |
| HSV(B) | 340.33º | 0.55% | 0.86% | - |
| XYZ | 38.47 | 25.79 | 26.99 | - |
| YUV | 139.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 138 | 0 | 0.55 | 0.37 | 0.14 | 340.33 | 0.64 | 0.62 |
| Hex | DC | 62 | 8A | 0 | 37 | 25 | E | 154 | 40 | 3E |
| Octal | 334 | 142 | 212 | 0 | 67 | 45 | 16 | 524 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10001010 | 0 | 110111 | 100101 | 1110 | 101010100 | 1000000 | 111110 |
Color Harmonies of #DC628A
Complementary color
Monochromatic Colors of #DC628A
Black with #DC628A
Text Example
Text Example
White with #DC628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC628A; }
p { color: rgb(220,98,138); }
H1.HeaderClassName
{
color: #DC628A;
}
.AnyTagClassName
{
color: #DC628A;
}
</style>
background-color css
<style>
a { background-color: #DC628A; }
a { background-color: rgb(220,98,138); }
div.DivClassName
{
background-color: #DC628A;
}
.BgClassName
{
background-color: #DC628A;
}
</style>
border-color css
<style>
span { border-color: #DC628A; }
span { border-color: rgb(220,98,138); }
td.TdClassName
{
border-color: #DC628A;
}
.TagClassName
{
border-color: #DC628A;
}
</style>