Html Css Color HEX #D47A97 Pale Violet Red

📋 copy color: '#D47A97'

red 212 ◦ green 122 ◦ blue 151

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

Shades of Pale Violet Red #D47A97

Tints of Pale Violet Red #D47A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

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

R = 43.71%
G = 25.15%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D47A97 (or 0xD47A97) is known color: Pale Violet Red. HEX triplet: D4, 7A and 97. RGB value is (212,122,151). Sum of RGB (Red+Green+Blue) = 212+122+151=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A97 is #2B8568. Grayscale: #989898. Windows color (decimal): -2852201 or 9927380. OLE color: 9927380.

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

Color convert

RGB 212 122 151 -
CMYK 0 0.42 0.29 0.17
HSL 340.67º 0.51% 0.65% -
HSV(B) 340.67º 0.42% 0.83% -
XYZ 39.7 30.15 33.01 -
YUV 152.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 212 122 151 0 0.42 0.29 0.17 340.67 0.51 0.65
Hex D4 7A 97 0 2A 1D 11 155 33 41
Octal 324 172 227 0 52 35 21 525 63 101
Binary 11010100 1111010 10010111 0 101010 11101 10001 101010101 110011 1000001

Color Harmonies of #D47A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A97

Black with #D47A97

Text Example


Text Example

White with #D47A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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