Html Css Color HEX #D47995 Pale Violet Red

📋 copy color: '#D47995'

red 212 ◦ green 121 ◦ blue 149

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

Shades of Pale Violet Red #D47995

Tints of Pale Violet Red #D47995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 43.98%
G = 25.1%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D47995 (or 0xD47995) is known color: Pale Violet Red. HEX triplet: D4, 79 and 95. RGB value is (212,121,149). Sum of RGB (Red+Green+Blue) = 212+121+149=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D47995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47995 is #2B866A. Grayscale: #979797. Windows color (decimal): -2852459 or 9796052. OLE color: 9796052.

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

Color convert

RGB 212 121 149 -
CMYK 0 0.43 0.30 0.17
HSL 341.54º 0.51% 0.65% -
HSV(B) 341.54º 0.43% 0.83% -
XYZ 39.41 29.84 32.12 -
YUV 151.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 212 121 149 0 0.43 0.30 0.17 341.54 0.51 0.65
Hex D4 79 95 0 2B 1E 11 156 33 41
Octal 324 171 225 0 53 36 21 526 63 101
Binary 11010100 1111001 10010101 0 101011 11110 10001 101010110 110011 1000001

Color Harmonies of #D47995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47995

Black with #D47995

Text Example


Text Example

White with #D47995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47995; }

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

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

background-color css

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

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

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

border-color css

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

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

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