#DC65A2

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

Shades of Pale Violet Red #DC65A2

Tints of Pale Violet Red #DC65A2

Color information

#DC65A2 (or 0xDC65A2) is unknown color: approx Pale Violet Red. HEX triplet: DC, 65 and A2. RGB value is (220,101,162). Sum of RGB (Red+Green+Blue) = 220+101+162=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC65A2 is #239A5D. Grayscale: #8F8F8F. Windows color (decimal): -2333278 or 10642908. OLE color: 10642908.

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

Color convert

RGB220101162-
CMYK00.540.260.14
HSL329.24º62.96%62.94%-
HSV(B)329.24º54.09%86.27%-
XYZ40.6927.1337.27-
YUV143.54138.42182.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=45.55%
G=20.91%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010116200.540.260.14329.2462.9662.94
HexDC65A20361AE1493f3f
Octal33414524206632165117777
Binary110111001100101101000100110110110101110101001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65A2; }

 p { color: rgb(220,101,162); }

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

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

 a { background-color: rgb(220,101,162); }

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

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

 span { border-color: rgb(220,101,162); }

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