#DC7091

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

Shades of Pale Violet Red #DC7091

Tints of Pale Violet Red #DC7091

Color information

#DC7091 (or 0xDC7091) is unknown color: approx Pale Violet Red. HEX triplet: DC, 70 and 91. RGB value is (220,112,145). Sum of RGB (Red+Green+Blue) = 220+112+145=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7091 is #238F6E. Grayscale: #949494. Windows color (decimal): -2330479 or 9531612. OLE color: 9531612.

HSL color Cylindrical-coordinate representation of color #DC7091: hue angle of 341.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7091 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220112145-
CMYK00.490.340.14
HSL341.67º60.67%65.1%-
HSV(B)341.67º49.09%86.27%-
XYZ40.4228.8530.23-
YUV148.05126.28179.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=46.12%
G=23.48%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011214500.490.340.14341.6760.6765.1
HexDC709103122E1563d41
Octal334160221061421652675101
Binary11011100111000010010001011000110001011101010101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7091; }

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

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

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

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

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

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

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

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