#dc7591

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

Shades of Pale Violet Red #DC7591

Tints of Pale Violet Red #DC7591

Color information

#DC7591 (or 0xDC7591) is unknown color: approx Pale Violet Red. HEX triplet: DC, 75 and 91. RGB value is (220,117,145). Sum of RGB (Red+Green+Blue) = 220+117+145=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7591 is #238A6E. Grayscale: #969696. Windows color (decimal): -2329199 or 9532892. OLE color: 9532892.

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

Color convert

RGB220117145-
CMYK00.470.340.14
HSL343.69º59.54%66.08%-
HSV(B)343.69º46.82%86.27%-
XYZ40.9929.9830.42-
YUV150.99124.62177.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=45.64%
G=24.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011714500.470.340.14343.6959.5466.08
HexDC759102F22E1583c42
Octal334165221057421653074102
Binary11011100111010110010001010111110001011101010110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7591; }

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

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

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

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

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

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

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

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