#dc689e

Color #DC689E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC689E

Tints of Pale Violet Red #DC689E

Color information

#DC689E (or 0xDC689E) is unknown color: approx Pale Violet Red. HEX triplet: DC, 68 and 9E. RGB value is (220,104,158). Sum of RGB (Red+Green+Blue) = 220+104+158=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC689E is #239761. Grayscale: #909090. Windows color (decimal): -2332514 or 10381532. OLE color: 10381532.

HSL color Cylindrical-coordinate representation of color #DC689E: hue angle of 332.07º 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 #DC689E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220104158-
CMYK00.530.280.14
HSL332.07º62.37%63.53%-
HSV(B)332.07º52.73%86.27%-
XYZ40.6427.5835.53-
YUV144.84135.43181.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=45.64%
G=21.58%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010415800.530.280.14332.0762.3763.53
HexDC689E0351CE14c3e40
Octal334150236065341651476100
Binary1101110011010001001111001101011110011101010011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc689e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc689e; }

 p { color: rgb(220,104,158); }

 H1.HeaderClassName
 {
   color: #dc689e;
 }
 .AnyTagClassName
 {
   color: #dc689e;
 }
</style>
background-color css

<style>
 a { background-color: #dc689e; }

 a { background-color: rgb(220,104,158); }

 div.DivClassName
 {
   background-color: #dc689e;
 }
 .BgClassName
 {
   background-color: #dc689e;
 }
</style>
border-color css

<style>
 span { border-color: #dc689e; }

 span { border-color: rgb(220,104,158); }

 td.TdClassName
 {
   border-color: #dc689e;
 }
 .TagClassName
 {
   border-color: #dc689e;
 }
</style>