#D47A95

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

Shades of Pale Violet Red #D47A95

Tints of Pale Violet Red #D47A95

Color information

#D47A95 (or 0xD47A95) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7A and 95. RGB value is (212,122,149). Sum of RGB (Red+Green+Blue) = 212+122+149=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A95 is #2B856A. Grayscale: #979797. Windows color (decimal): -2852203 or 9796308. OLE color: 9796308.

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

Color convert

RGB212122149-
CMYK00.420.300.17
HSL342º51.14%65.49%-
HSV(B)342º42.45%83.14%-
XYZ39.5430.0932.16-
YUV151.99126.32170.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=43.89%
G=25.26%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212214900.420.300.1734251.1465.49
HexD47A9502A1E111563341
Octal324172225052362152663101
Binary11010100111101010010101010101011110100011010101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A95; }

 p { color: rgb(212,122,149); }

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

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

 a { background-color: rgb(212,122,149); }

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

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

 span { border-color: rgb(212,122,149); }

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