Html Css Color HEX #D46E90 Pale Violet Red

📋 copy color: '#D46E90'

red 212 ◦ green 110 ◦ blue 144

#D46E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D46E90

Tints of Pale Violet Red #D46E90

RGB

 RED value IS 212 (83.2% from 255) = 45.49%

 GREEN value IS 110 (43.36% from 255) = 23.61%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 45.49%
G = 23.61%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D46E90 (or 0xD46E90) is known color: Pale Violet Red. HEX triplet: D4, 6E and 90. RGB value is (212,110,144). Sum of RGB (Red+Green+Blue) = 212+110+144=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46E90 is #2B916F. Grayscale: #909090. Windows color (decimal): -2855280 or 9465556. OLE color: 9465556.

HSL color Cylindrical-coordinate representation of color #D46E90: hue angle of 340º 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 #D46E90 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 110 144 -
CMYK 0 0.48 0.32 0.17
HSL 340º 0.54% 0.63% -
HSV(B) 340º 0.48% 0.83% -
XYZ 37.76 27.16 29.64 -
YUV 144.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 212 110 144 0 0.48 0.32 0.17 340 0.54 0.63
Hex D4 6E 90 0 30 20 11 154 36 3F
Octal 324 156 220 0 60 40 21 524 66 77
Binary 11010100 1101110 10010000 0 110000 100000 10001 101010100 110110 111111

Color Harmonies of #D46E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E90

Black with #D46E90

Text Example


Text Example

White with #D46E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E90; }

 p { color: rgb(212,110,144); }

 H1.HeaderClassName
 {
   color: #D46E90;
 }
 .AnyTagClassName
 {
   color: #D46E90;
 }
</style>

background-color css

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

 a { background-color: rgb(212,110,144); }

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

border-color css

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

 span { border-color: rgb(212,110,144); }

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