#D46F93

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

Shades of Pale Violet Red #D46F93

Tints of Pale Violet Red #D46F93

Color information

#D46F93 (or 0xD46F93) is unknown color: approx Pale Violet Red. HEX triplet: D4, 6F and 93. RGB value is (212,111,147). Sum of RGB (Red+Green+Blue) = 212+111+147=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F93 is #2B906C. Grayscale: #919191. Windows color (decimal): -2855021 or 9662420. OLE color: 9662420.

HSL color Cylindrical-coordinate representation of color #D46F93: hue angle of 338.61º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46F93 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212111147-
CMYK00.480.310.17
HSL338.61º54.01%63.33%-
HSV(B)338.61º47.64%83.14%-
XYZ38.127.4730.9-
YUV145.3128.96175.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=45.11%
G=23.62%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211114700.480.310.17338.6154.0163.33
HexD46F930301F11153363f
Octal32415722306037215236677
Binary1101010011011111001001101100001111110001101010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F93; }

 p { color: rgb(212,111,147); }

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

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

 a { background-color: rgb(212,111,147); }

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

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

 span { border-color: rgb(212,111,147); }

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