#D47494

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

Shades of Pale Violet Red #D47494

Tints of Pale Violet Red #D47494

Color information

#D47494 (or 0xD47494) is unknown color: approx Pale Violet Red. HEX triplet: D4, 74 and 94. RGB value is (212,116,148). Sum of RGB (Red+Green+Blue) = 212+116+148=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D47494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47494 is #2B8B6B. Grayscale: #949494. Windows color (decimal): -2853740 or 9729236. OLE color: 9729236.

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

Color convert

RGB212116148-
CMYK00.450.300.17
HSL340º52.75%64.31%-
HSV(B)340º45.28%83.14%-
XYZ38.7428.6331.5-
YUV148.35127.8173.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=44.54%
G=24.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211614800.450.300.1734052.7564.31
HexD4749402D1E111543540
Octal324164224055362152465100
Binary11010100111010010010100010110111110100011010101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47494; }

 p { color: rgb(212,116,148); }

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

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

 a { background-color: rgb(212,116,148); }

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

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

 span { border-color: rgb(212,116,148); }

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