Shades of Pale Violet Red #DC6895
Tints of Pale Violet Red #DC6895
RGB
CMYK
RGB Variations
Color information
#DC6895 (or 0xDC6895) is known color: Pale Violet Red. HEX triplet: DC, 68 and 95. RGB value is (220,104,149). Sum of RGB (Red+Green+Blue) = 220+104+149=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6895 is #23976A. Grayscale: #8F8F8F. Windows color (decimal): -2332523 or 9791708. OLE color: 9791708.
HSL color Cylindrical-coordinate representation of color #DC6895: hue angle of 336.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6895 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 149 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.14 |
| HSL | 336.72º | 0.62% | 0.64% | - |
| HSV(B) | 336.72º | 0.53% | 0.86% | - |
| XYZ | 39.89 | 27.29 | 31.6 | - |
| YUV | 143.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 149 | 0 | 0.53 | 0.32 | 0.14 | 336.72 | 0.62 | 0.64 |
| Hex | DC | 68 | 95 | 0 | 35 | 20 | E | 151 | 3E | 40 |
| Octal | 334 | 150 | 225 | 0 | 65 | 40 | 16 | 521 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10010101 | 0 | 110101 | 100000 | 1110 | 101010001 | 111110 | 1000000 |
Color Harmonies of #DC6895
Complementary color
Monochromatic Colors of #DC6895
Black with #DC6895
Text Example
Text Example
White with #DC6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6895; }
p { color: rgb(220,104,149); }
H1.HeaderClassName
{
color: #DC6895;
}
.AnyTagClassName
{
color: #DC6895;
}
</style>
background-color css
<style>
a { background-color: #DC6895; }
a { background-color: rgb(220,104,149); }
div.DivClassName
{
background-color: #DC6895;
}
.BgClassName
{
background-color: #DC6895;
}
</style>
border-color css
<style>
span { border-color: #DC6895; }
span { border-color: rgb(220,104,149); }
td.TdClassName
{
border-color: #DC6895;
}
.TagClassName
{
border-color: #DC6895;
}
</style>