#D4759A

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

Shades of Pale Violet Red #D4759A

Tints of Pale Violet Red #D4759A

Color information

#D4759A (or 0xD4759A) is unknown color: approx Pale Violet Red. HEX triplet: D4, 75 and 9A. RGB value is (212,117,154). Sum of RGB (Red+Green+Blue) = 212+117+154=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4759A is #2B8A65. Grayscale: #959595. Windows color (decimal): -2853478 or 10122708. OLE color: 10122708.

HSL color Cylindrical-coordinate representation of color #D4759A: hue angle of 336.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4759A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212117154-
CMYK00.450.270.17
HSL336.63º52.49%64.51%-
HSV(B)336.63º44.81%83.14%-
XYZ39.3529.0534.11-
YUV149.62130.47172.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=43.89%
G=24.22%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211715400.450.270.17336.6352.4964.51
HexD4759A02D1B111513441
Octal324165232055332152164101
Binary11010100111010110011010010110111011100011010100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4759A; }

 p { color: rgb(212,117,154); }

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

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

 a { background-color: rgb(212,117,154); }

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

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

 span { border-color: rgb(212,117,154); }

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