Shades of Pale Violet Red #DC689B
Tints of Pale Violet Red #DC689B
RGB
CMYK
RGB Variations
Color information
#DC689B (or 0xDC689B) is known color: Pale Violet Red. HEX triplet: DC, 68 and 9B. RGB value is (220,104,155). Sum of RGB (Red+Green+Blue) = 220+104+155=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689B is #239764. Grayscale: #909090. Windows color (decimal): -2332517 or 10184924. OLE color: 10184924.
HSL color Cylindrical-coordinate representation of color #DC689B: hue angle of 333.62º 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 #DC689B is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 155 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.14 |
| HSL | 333.62º | 0.62% | 0.64% | - |
| HSV(B) | 333.62º | 0.53% | 0.86% | - |
| XYZ | 40.38 | 27.48 | 34.19 | - |
| YUV | 144.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 155 | 0 | 0.53 | 0.30 | 0.14 | 333.62 | 0.62 | 0.64 |
| Hex | DC | 68 | 9B | 0 | 35 | 1E | E | 14E | 3E | 40 |
| Octal | 334 | 150 | 233 | 0 | 65 | 36 | 16 | 516 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10011011 | 0 | 110101 | 11110 | 1110 | 101001110 | 111110 | 1000000 |
Color Harmonies of #DC689B
Complementary color
Monochromatic Colors of #DC689B
Black with #DC689B
Text Example
Text Example
White with #DC689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC689B; }
p { color: rgb(220,104,155); }
H1.HeaderClassName
{
color: #DC689B;
}
.AnyTagClassName
{
color: #DC689B;
}
</style>
background-color css
<style>
a { background-color: #DC689B; }
a { background-color: rgb(220,104,155); }
div.DivClassName
{
background-color: #DC689B;
}
.BgClassName
{
background-color: #DC689B;
}
</style>
border-color css
<style>
span { border-color: #DC689B; }
span { border-color: rgb(220,104,155); }
td.TdClassName
{
border-color: #DC689B;
}
.TagClassName
{
border-color: #DC689B;
}
</style>