#DC7795

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

Shades of Pale Violet Red #DC7795

Tints of Pale Violet Red #DC7795

Color information

#DC7795 (or 0xDC7795) is unknown color: approx Pale Violet Red. HEX triplet: DC, 77 and 95. RGB value is (220,119,149). Sum of RGB (Red+Green+Blue) = 220+119+149=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7795 is #23886A. Grayscale: #989898. Windows color (decimal): -2328683 or 9795548. OLE color: 9795548.

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

Color convert

RGB220119149-
CMYK00.460.320.14
HSL342.18º59.06%66.47%-
HSV(B)342.18º45.91%86.27%-
XYZ41.5430.5832.15-
YUV152.62125.96176.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=45.08%
G=24.39%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011914900.460.320.14342.1859.0666.47
HexDC779502E20E1563b42
Octal334167225056401652673102
Binary11011100111011110010101010111010000011101010101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7795; }

 p { color: rgb(220,119,149); }

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

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

 a { background-color: rgb(220,119,149); }

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

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

 span { border-color: rgb(220,119,149); }

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