Shades of Pale Violet Red #DC65A0
Tints of Pale Violet Red #DC65A0
RGB
CMYK
RGB Variations
Color information
#DC65A0 (or 0xDC65A0) is known color: Pale Violet Red. HEX triplet: DC, 65 and A0. RGB value is (220,101,160). Sum of RGB (Red+Green+Blue) = 220+101+160=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC65A0 is #239A5F. Grayscale: #8F8F8F. Windows color (decimal): -2333280 or 10511836. OLE color: 10511836.
HSL color Cylindrical-coordinate representation of color #DC65A0: hue angle of 330.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65A0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 160 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.14 |
| HSL | 330.25º | 0.63% | 0.63% | - |
| HSV(B) | 330.25º | 0.54% | 0.86% | - |
| XYZ | 40.51 | 27.06 | 36.35 | - |
| YUV | 143.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 160 | 0 | 0.54 | 0.27 | 0.14 | 330.25 | 0.63 | 0.63 |
| Hex | DC | 65 | A0 | 0 | 36 | 1B | E | 14A | 3F | 3F |
| Octal | 334 | 145 | 240 | 0 | 66 | 33 | 16 | 512 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10100000 | 0 | 110110 | 11011 | 1110 | 101001010 | 111111 | 111111 |
Color Harmonies of #DC65A0
Complementary color
Monochromatic Colors of #DC65A0
Black with #DC65A0
Text Example
Text Example
White with #DC65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65A0; }
p { color: rgb(220,101,160); }
H1.HeaderClassName
{
color: #DC65A0;
}
.AnyTagClassName
{
color: #DC65A0;
}
</style>
background-color css
<style>
a { background-color: #DC65A0; }
a { background-color: rgb(220,101,160); }
div.DivClassName
{
background-color: #DC65A0;
}
.BgClassName
{
background-color: #DC65A0;
}
</style>
border-color css
<style>
span { border-color: #DC65A0; }
span { border-color: rgb(220,101,160); }
td.TdClassName
{
border-color: #DC65A0;
}
.TagClassName
{
border-color: #DC65A0;
}
</style>