Shades of Pale Violet Red #DC659A
Tints of Pale Violet Red #DC659A
RGB
CMYK
RGB Variations
Color information
#DC659A (or 0xDC659A) is known color: Pale Violet Red. HEX triplet: DC, 65 and 9A. RGB value is (220,101,154). Sum of RGB (Red+Green+Blue) = 220+101+154=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC659A is #239A65. Grayscale: #8E8E8E. Windows color (decimal): -2333286 or 10118620. OLE color: 10118620.
HSL color Cylindrical-coordinate representation of color #DC659A: hue angle of 333.28º 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 #DC659A is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 154 | - |
| CMYK | 0 | 0.54 | 0.3 | 0.14 |
| HSL | 333.28º | 0.63% | 0.63% | - |
| HSV(B) | 333.28º | 0.54% | 0.86% | - |
| XYZ | 40 | 26.86 | 33.65 | - |
| YUV | 142.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 154 | 0 | 0.54 | 0.3 | 0.14 | 333.28 | 0.63 | 0.63 |
| Hex | DC | 65 | 9A | 0 | 36 | 1E | E | 14D | 3F | 3F |
| Octal | 334 | 145 | 232 | 0 | 66 | 36 | 16 | 515 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10011010 | 0 | 110110 | 11110 | 1110 | 101001101 | 111111 | 111111 |
Color Harmonies of #DC659A
Complementary color
Monochromatic Colors of #DC659A
Black with #DC659A
Text Example
Text Example
White with #DC659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC659A; }
p { color: rgb(220,101,154); }
H1.HeaderClassName
{
color: #DC659A;
}
.AnyTagClassName
{
color: #DC659A;
}
</style>
background-color css
<style>
a { background-color: #DC659A; }
a { background-color: rgb(220,101,154); }
div.DivClassName
{
background-color: #DC659A;
}
.BgClassName
{
background-color: #DC659A;
}
</style>
border-color css
<style>
span { border-color: #DC659A; }
span { border-color: rgb(220,101,154); }
td.TdClassName
{
border-color: #DC659A;
}
.TagClassName
{
border-color: #DC659A;
}
</style>