Html Css Color HEX #D47997 Pale Violet Red

📋 copy color: '#D47997'

red 212 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #D47997

Tints of Pale Violet Red #D47997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 43.8%
G = 25%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D47997 (or 0xD47997) is known color: Pale Violet Red. HEX triplet: D4, 79 and 97. RGB value is (212,121,151). Sum of RGB (Red+Green+Blue) = 212+121+151=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D47997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47997 is #2B8668. Grayscale: #979797. Windows color (decimal): -2852457 or 9927124. OLE color: 9927124.

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

Color convert

RGB 212 121 151 -
CMYK 0 0.43 0.29 0.17
HSL 340.22º 0.51% 0.65% -
HSV(B) 340.22º 0.43% 0.83% -
XYZ 39.57 29.91 32.96 -
YUV 151.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 212 121 151 0 0.43 0.29 0.17 340.22 0.51 0.65
Hex D4 79 97 0 2B 1D 11 154 33 41
Octal 324 171 227 0 53 35 21 524 63 101
Binary 11010100 1111001 10010111 0 101011 11101 10001 101010100 110011 1000001

Color Harmonies of #D47997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47997

Black with #D47997

Text Example


Text Example

White with #D47997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47997; }

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

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

background-color css

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

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

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

border-color css

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

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

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