#DC63A1

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

Shades of Pale Violet Red #DC63A1

Tints of Pale Violet Red #DC63A1

Color information

#DC63A1 (or 0xDC63A1) is unknown color: approx Pale Violet Red. HEX triplet: DC, 63 and A1. RGB value is (220,99,161). Sum of RGB (Red+Green+Blue) = 220+99+161=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A1 is #239C5E. Grayscale: #8E8E8E. Windows color (decimal): -2333791 or 10576860. OLE color: 10576860.

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

Color convert

RGB22099161-
CMYK00.550.270.14
HSL329.26º63.35%62.55%-
HSV(B)329.26º55%86.27%-
XYZ40.4126.7136.74-
YUV142.25138.59183.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 99 (39.06% from 255) = 20.62%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=45.83%
G=20.62%
B=33.54%

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
Decimal2209916100.550.270.14329.2663.3562.55
HexDC63A10371BE1493f3f
Octal33414324106733165117777
Binary110111001100011101000010110111110111110101001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC63A1; }

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

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

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

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

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

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

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

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