#DC64A0

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

Shades of Pale Violet Red #DC64A0

Tints of Pale Violet Red #DC64A0

Color information

#DC64A0 (or 0xDC64A0) is unknown color: approx Pale Violet Red. HEX triplet: DC, 64 and A0. RGB value is (220,100,160). Sum of RGB (Red+Green+Blue) = 220+100+160=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC64A0 is #239B5F. Grayscale: #8E8E8E. Windows color (decimal): -2333536 or 10511580. OLE color: 10511580.

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

Color convert

RGB220100160-
CMYK00.550.270.14
HSL330º63.16%62.75%-
HSV(B)330º54.55%86.27%-
XYZ40.4226.8736.31-
YUV142.72137.76183.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=45.83%
G=20.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010016000.550.270.1433063.1662.75
HexDC64A00371BE14a3f3f
Octal33414424006733165127777
Binary110111001100100101000000110111110111110101001010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64A0; }

 p { color: rgb(220,100,160); }

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

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

 a { background-color: rgb(220,100,160); }

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

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

 span { border-color: rgb(220,100,160); }

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