#D46A8D

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

Shades of Pale Violet Red #D46A8D

Tints of Pale Violet Red #D46A8D

Color information

#D46A8D (or 0xD46A8D) is unknown color: approx Pale Violet Red. HEX triplet: D4, 6A and 8D. RGB value is (212,106,141). Sum of RGB (Red+Green+Blue) = 212+106+141=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A8D is #2B9572. Grayscale: #8D8D8D. Windows color (decimal): -2856307 or 9267924. OLE color: 9267924.

HSL color Cylindrical-coordinate representation of color #D46A8D: hue angle of 340.19º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A8D is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212106141-
CMYK00.50.330.17
HSL340.19º55.21%62.35%-
HSV(B)340.19º50%83.14%-
XYZ37.1126.2328.31-
YUV141.68127.62178.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=46.19%
G=23.09%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210614100.50.330.17340.1955.2162.35
HexD46A8D0322111154373e
Octal32415221506241215246776
Binary11010100110101010001101011001010000110001101010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A8D; }

 p { color: rgb(212,106,141); }

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

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

 a { background-color: rgb(212,106,141); }

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

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

 span { border-color: rgb(212,106,141); }

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