Html Css Color HEX #D47C97 Pale Violet Red

📋 copy color: '#D47C97'

red 212 ◦ green 124 ◦ blue 151

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

Shades of Pale Violet Red #D47C97

Tints of Pale Violet Red #D47C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

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

R = 43.53%
G = 25.46%
B = 31.01%

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

#D47C97 (or 0xD47C97) is known color: Pale Violet Red. HEX triplet: D4, 7C and 97. RGB value is (212,124,151). Sum of RGB (Red+Green+Blue) = 212+124+151=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C97 is #2B8368. Grayscale: #999999. Windows color (decimal): -2851689 or 9927892. OLE color: 9927892.

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

Color convert

RGB 212 124 151 -
CMYK 0 0.42 0.29 0.17
HSL 341.59º 0.51% 0.66% -
HSV(B) 341.59º 0.42% 0.83% -
XYZ 39.94 30.65 33.09 -
YUV 153.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 212 124 151 0 0.42 0.29 0.17 341.59 0.51 0.66
Hex D4 7C 97 0 2A 1D 11 156 33 42
Octal 324 174 227 0 52 35 21 526 63 102
Binary 11010100 1111100 10010111 0 101010 11101 10001 101010110 110011 1000010

Color Harmonies of #D47C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C97

Black with #D47C97

Text Example


Text Example

White with #D47C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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