Html Css Color HEX #D46F8F Pale Violet Red

📋 copy color: '#D46F8F'

red 212 ◦ green 111 ◦ blue 143

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

Shades of Pale Violet Red #D46F8F

Tints of Pale Violet Red #D46F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 45.49%
G = 23.82%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D46F8F (or 0xD46F8F) is known color: Pale Violet Red. HEX triplet: D4, 6F and 8F. RGB value is (212,111,143). Sum of RGB (Red+Green+Blue) = 212+111+143=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F8F is #2B9070. Grayscale: #909090. Windows color (decimal): -2855025 or 9400276. OLE color: 9400276.

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

Color convert

RGB 212 111 143 -
CMYK 0 0.48 0.33 0.17
HSL 340.99º 0.54% 0.63% -
HSV(B) 340.99º 0.48% 0.83% -
XYZ 37.79 27.35 29.27 -
YUV 144.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 212 111 143 0 0.48 0.33 0.17 340.99 0.54 0.63
Hex D4 6F 8F 0 30 21 11 155 36 3F
Octal 324 157 217 0 60 41 21 525 66 77
Binary 11010100 1101111 10001111 0 110000 100001 10001 101010101 110110 111111

Color Harmonies of #D46F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F8F

Black with #D46F8F

Text Example


Text Example

White with #D46F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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