Html Css Color HEX #D47994 Pale Violet Red

📋 copy color: '#D47994'

red 212 ◦ green 121 ◦ blue 148

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

Shades of Pale Violet Red #D47994

Tints of Pale Violet Red #D47994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 44.07%
G = 25.16%
B = 30.77%

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

#D47994 (or 0xD47994) is known color: Pale Violet Red. HEX triplet: D4, 79 and 94. RGB value is (212,121,148). Sum of RGB (Red+Green+Blue) = 212+121+148=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D47994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47994 is #2B866B. Grayscale: #979797. Windows color (decimal): -2852460 or 9730516. OLE color: 9730516.

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

Color convert

RGB 212 121 148 -
CMYK 0 0.43 0.30 0.17
HSL 342.2º 0.51% 0.65% -
HSV(B) 342.2º 0.43% 0.83% -
XYZ 39.33 29.81 31.7 -
YUV 151.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 212 121 148 0 0.43 0.30 0.17 342.2 0.51 0.65
Hex D4 79 94 0 2B 1E 11 156 33 41
Octal 324 171 224 0 53 36 21 526 63 101
Binary 11010100 1111001 10010100 0 101011 11110 10001 101010110 110011 1000001

Color Harmonies of #D47994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47994

Black with #D47994

Text Example


Text Example

White with #D47994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47994; }

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

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

background-color css

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

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

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

border-color css

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

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

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