Shades of Pale Violet Red #DC709A
Tints of Pale Violet Red #DC709A
RGB
CMYK
RGB Variations
Color information
#DC709A (or 0xDC709A) is known color: Pale Violet Red. HEX triplet: DC, 70 and 9A. RGB value is (220,112,154). Sum of RGB (Red+Green+Blue) = 220+112+154=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC709A is #238F65. Grayscale: #959595. Windows color (decimal): -2330470 or 10121436. OLE color: 10121436.
HSL color Cylindrical-coordinate representation of color #DC709A: hue angle of 336.67º degrees, saturation: 0.61, 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 #DC709A is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 154 | - |
| CMYK | 0 | 0.49 | 0.3 | 0.14 |
| HSL | 336.67º | 0.61% | 0.65% | - |
| HSV(B) | 336.67º | 0.49% | 0.86% | - |
| XYZ | 41.14 | 29.14 | 34.03 | - |
| YUV | 149.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 154 | 0 | 0.49 | 0.3 | 0.14 | 336.67 | 0.61 | 0.65 |
| Hex | DC | 70 | 9A | 0 | 31 | 1E | E | 151 | 3D | 41 |
| Octal | 334 | 160 | 232 | 0 | 61 | 36 | 16 | 521 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10011010 | 0 | 110001 | 11110 | 1110 | 101010001 | 111101 | 1000001 |
Color Harmonies of #DC709A
Complementary color
Monochromatic Colors of #DC709A
Black with #DC709A
Text Example
Text Example
White with #DC709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC709A; }
p { color: rgb(220,112,154); }
H1.HeaderClassName
{
color: #DC709A;
}
.AnyTagClassName
{
color: #DC709A;
}
</style>
background-color css
<style>
a { background-color: #DC709A; }
a { background-color: rgb(220,112,154); }
div.DivClassName
{
background-color: #DC709A;
}
.BgClassName
{
background-color: #DC709A;
}
</style>
border-color css
<style>
span { border-color: #DC709A; }
span { border-color: rgb(220,112,154); }
td.TdClassName
{
border-color: #DC709A;
}
.TagClassName
{
border-color: #DC709A;
}
</style>