Shades of Pale Violet Red #DC719B
Tints of Pale Violet Red #DC719B
RGB
CMYK
RGB Variations
Color information
#DC719B (or 0xDC719B) is known color: Pale Violet Red. HEX triplet: DC, 71 and 9B. RGB value is (220,113,155). Sum of RGB (Red+Green+Blue) = 220+113+155=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC719B is #238E64. Grayscale: #959595. Windows color (decimal): -2330213 or 10187228. OLE color: 10187228.
HSL color Cylindrical-coordinate representation of color #DC719B: hue angle of 336.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC719B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 155 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.14 |
| HSL | 336.45º | 0.6% | 0.65% | - |
| HSV(B) | 336.45º | 0.49% | 0.86% | - |
| XYZ | 41.34 | 29.39 | 34.5 | - |
| YUV | 149.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 155 | 0 | 0.49 | 0.30 | 0.14 | 336.45 | 0.6 | 0.65 |
| Hex | DC | 71 | 9B | 0 | 31 | 1E | E | 150 | 3C | 41 |
| Octal | 334 | 161 | 233 | 0 | 61 | 36 | 16 | 520 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10011011 | 0 | 110001 | 11110 | 1110 | 101010000 | 111100 | 1000001 |
Color Harmonies of #DC719B
Complementary color
Monochromatic Colors of #DC719B
Black with #DC719B
Text Example
Text Example
White with #DC719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC719B; }
p { color: rgb(220,113,155); }
H1.HeaderClassName
{
color: #DC719B;
}
.AnyTagClassName
{
color: #DC719B;
}
</style>
background-color css
<style>
a { background-color: #DC719B; }
a { background-color: rgb(220,113,155); }
div.DivClassName
{
background-color: #DC719B;
}
.BgClassName
{
background-color: #DC719B;
}
</style>
border-color css
<style>
span { border-color: #DC719B; }
span { border-color: rgb(220,113,155); }
td.TdClassName
{
border-color: #DC719B;
}
.TagClassName
{
border-color: #DC719B;
}
</style>