#DC7D9C

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

Shades of Pale Violet Red #DC7D9C

Tints of Pale Violet Red #DC7D9C

Color information

#DC7D9C (or 0xDC7D9C) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7D and 9C. RGB value is (220,125,156). Sum of RGB (Red+Green+Blue) = 220+125+156=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D9C is #238263. Grayscale: #9C9C9C. Windows color (decimal): -2327140 or 10255836. OLE color: 10255836.

HSL color Cylindrical-coordinate representation of color #DC7D9C: hue angle of 340.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D9C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220125156-
CMYK00.430.290.14
HSL340.42º57.58%67.65%-
HSV(B)340.42º43.18%86.27%-
XYZ42.8532.2835.43-
YUV156.94127.47172.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=43.91%
G=24.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012515600.430.290.14340.4257.5867.65
HexDC7D9C02B1DE1543a44
Octal334175234053351652472104
Binary1101110011111011001110001010111110111101010101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D9C; }

 p { color: rgb(220,125,156); }

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

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

 a { background-color: rgb(220,125,156); }

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

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

 span { border-color: rgb(220,125,156); }

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