#DC62A0

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

Shades of Pale Violet Red #DC62A0

Tints of Pale Violet Red #DC62A0

Color information

#DC62A0 (or 0xDC62A0) is unknown color: approx Pale Violet Red. HEX triplet: DC, 62 and A0. RGB value is (220,98,160). Sum of RGB (Red+Green+Blue) = 220+98+160=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62A0 is #239D5F. Grayscale: #8D8D8D. Windows color (decimal): -2334048 or 10511068. OLE color: 10511068.

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

Color convert

RGB22098160-
CMYK00.550.270.14
HSL329.51º63.54%62.35%-
HSV(B)329.51º55.45%86.27%-
XYZ40.2326.4936.25-
YUV141.55138.42183.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=46.03%
G=20.50%
B=33.47%

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
Decimal2209816000.550.270.14329.5163.5462.35
HexDC62A00371BE14a403e
Octal334142240067331651210076
Binary1101110011000101010000001101111101111101010010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC62A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC62A0; }

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

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

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

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

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

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

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

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