Shades of Pale Violet Red #DC619D
Tints of Pale Violet Red #DC619D
RGB
CMYK
RGB Variations
Color information
#DC619D (or 0xDC619D) is known color: Pale Violet Red. HEX triplet: DC, 61 and 9D. RGB value is (220,97,157). Sum of RGB (Red+Green+Blue) = 220+97+157=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC619D is #239E62. Grayscale: #8C8C8C. Windows color (decimal): -2334307 or 10314204. OLE color: 10314204.
HSL color Cylindrical-coordinate representation of color #DC619D: hue angle of 330.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC619D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 157 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.14 |
| HSL | 330.73º | 0.64% | 0.62% | - |
| HSV(B) | 330.73º | 0.56% | 0.86% | - |
| XYZ | 39.88 | 26.2 | 34.85 | - |
| YUV | 140.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 157 | 0 | 0.56 | 0.29 | 0.14 | 330.73 | 0.64 | 0.62 |
| Hex | DC | 61 | 9D | 0 | 38 | 1D | E | 14B | 40 | 3E |
| Octal | 334 | 141 | 235 | 0 | 70 | 35 | 16 | 513 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10011101 | 0 | 111000 | 11101 | 1110 | 101001011 | 1000000 | 111110 |
Color Harmonies of #DC619D
Complementary color
Monochromatic Colors of #DC619D
Black with #DC619D
Text Example
Text Example
White with #DC619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC619D; }
p { color: rgb(220,97,157); }
H1.HeaderClassName
{
color: #DC619D;
}
.AnyTagClassName
{
color: #DC619D;
}
</style>
background-color css
<style>
a { background-color: #DC619D; }
a { background-color: rgb(220,97,157); }
div.DivClassName
{
background-color: #DC619D;
}
.BgClassName
{
background-color: #DC619D;
}
</style>
border-color css
<style>
span { border-color: #DC619D; }
span { border-color: rgb(220,97,157); }
td.TdClassName
{
border-color: #DC619D;
}
.TagClassName
{
border-color: #DC619D;
}
</style>