Html Css Color HEX #D47193 Pale Violet Red

📋 copy color: '#D47193'

red 212 ◦ green 113 ◦ blue 147

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

Shades of Pale Violet Red #D47193

Tints of Pale Violet Red #D47193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 44.92%
G = 23.94%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D47193 (or 0xD47193) is known color: Pale Violet Red. HEX triplet: D4, 71 and 93. RGB value is (212,113,147). Sum of RGB (Red+Green+Blue) = 212+113+147=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D47193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47193 is #2B8E6C. Grayscale: #929292. Windows color (decimal): -2854509 or 9662932. OLE color: 9662932.

HSL color Cylindrical-coordinate representation of color #D47193: hue angle of 339.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47193 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 147 -
CMYK 0 0.47 0.31 0.17
HSL 339.39º 0.54% 0.64% -
HSV(B) 339.39º 0.47% 0.83% -
XYZ 38.32 27.91 30.97 -
YUV 146.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 212 113 147 0 0.47 0.31 0.17 339.39 0.54 0.64
Hex D4 71 93 0 2F 1F 11 153 36 40
Octal 324 161 223 0 57 37 21 523 66 100
Binary 11010100 1110001 10010011 0 101111 11111 10001 101010011 110110 1000000

Color Harmonies of #D47193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47193

Black with #D47193

Text Example


Text Example

White with #D47193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47193; }

 p { color: rgb(212,113,147); }

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

background-color css

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

 a { background-color: rgb(212,113,147); }

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

border-color css

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

 span { border-color: rgb(212,113,147); }

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