#DC75A2

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

Shades of Pale Violet Red #DC75A2

Tints of Pale Violet Red #DC75A2

Color information

#DC75A2 (or 0xDC75A2) is unknown color: approx Pale Violet Red. HEX triplet: DC, 75 and A2. RGB value is (220,117,162). Sum of RGB (Red+Green+Blue) = 220+117+162=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75A2 is #238A5D. Grayscale: #989898. Windows color (decimal): -2329182 or 10647004. OLE color: 10647004.

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

Color convert

RGB220117162-
CMYK00.470.260.14
HSL333.79º59.54%66.08%-
HSV(B)333.79º46.82%86.27%-
XYZ42.430.5537.84-
YUV152.93133.12175.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=44.09%
G=23.45%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011716200.470.260.14333.7959.5466.08
HexDC75A202F1AE14e3c42
Octal334165242057321651674102
Binary1101110011101011010001001011111101011101010011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75A2; }

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

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

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

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

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

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

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

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