Shades of Pale Violet Red #DC689A
Tints of Pale Violet Red #DC689A
RGB
CMYK
RGB Variations
Color information
#DC689A (or 0xDC689A) is known color: Pale Violet Red. HEX triplet: DC, 68 and 9A. RGB value is (220,104,154). Sum of RGB (Red+Green+Blue) = 220+104+154=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689A is #239765. Grayscale: #909090. Windows color (decimal): -2332518 or 10119388. OLE color: 10119388.
HSL color Cylindrical-coordinate representation of color #DC689A: hue angle of 334.14º 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 #DC689A is Cyan = 0, Magento = 0.53, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 154 | - |
| CMYK | 0 | 0.53 | 0.3 | 0.14 |
| HSL | 334.14º | 0.62% | 0.64% | - |
| HSV(B) | 334.14º | 0.53% | 0.86% | - |
| XYZ | 40.3 | 27.45 | 33.75 | - |
| YUV | 144.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 154 | 0 | 0.53 | 0.3 | 0.14 | 334.14 | 0.62 | 0.64 |
| Hex | DC | 68 | 9A | 0 | 35 | 1E | E | 14E | 3E | 40 |
| Octal | 334 | 150 | 232 | 0 | 65 | 36 | 16 | 516 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10011010 | 0 | 110101 | 11110 | 1110 | 101001110 | 111110 | 1000000 |
Color Harmonies of #DC689A
Complementary color
Monochromatic Colors of #DC689A
Black with #DC689A
Text Example
Text Example
White with #DC689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC689A; }
p { color: rgb(220,104,154); }
H1.HeaderClassName
{
color: #DC689A;
}
.AnyTagClassName
{
color: #DC689A;
}
</style>
background-color css
<style>
a { background-color: #DC689A; }
a { background-color: rgb(220,104,154); }
div.DivClassName
{
background-color: #DC689A;
}
.BgClassName
{
background-color: #DC689A;
}
</style>
border-color css
<style>
span { border-color: #DC689A; }
span { border-color: rgb(220,104,154); }
td.TdClassName
{
border-color: #DC689A;
}
.TagClassName
{
border-color: #DC689A;
}
</style>