#DC639D

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

Shades of Pale Violet Red #DC639D

Tints of Pale Violet Red #DC639D

Color information

#DC639D (or 0xDC639D) is unknown color: approx Pale Violet Red. HEX triplet: DC, 63 and 9D. RGB value is (220,99,157). Sum of RGB (Red+Green+Blue) = 220+99+157=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639D is #239C62. Grayscale: #8D8D8D. Windows color (decimal): -2333795 or 10314716. OLE color: 10314716.

HSL color Cylindrical-coordinate representation of color #DC639D: hue angle of 331.24º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC639D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB22099157-
CMYK00.550.290.14
HSL331.24º63.35%62.55%-
HSV(B)331.24º55%86.27%-
XYZ40.0626.5734.92-
YUV141.79136.59183.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=46.22%
G=20.80%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209915700.550.290.14331.2463.3562.55
HexDC639D0371DE14b3f3f
Octal33414323506735165137777
Binary110111001100011100111010110111111011110101001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC639D; }

 p { color: rgb(220,99,157); }

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

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

 a { background-color: rgb(220,99,157); }

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

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

 span { border-color: rgb(220,99,157); }

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