Html Css Color HEX #D47374 Froly

📋 copy color: '#D47374'

red 212 ◦ green 115 ◦ blue 116

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

Shades of Froly #D47374

Tints of Froly #D47374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 47.86%
G = 25.96%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D47374 (or 0xD47374) is known color: Froly. HEX triplet: D4, 73 and 74. RGB value is (212,115,116). Sum of RGB (Red+Green+Blue) = 212+115+116=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47374 is #2B8C8B. Grayscale: #909090. Windows color (decimal): -2854028 or 7631828. OLE color: 7631828.

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

Color convert

RGB 212 115 116 -
CMYK 0 0.46 0.45 0.17
HSL 359.38º 0.53% 0.64% -
HSV(B) 359.38º 0.46% 0.83% -
XYZ 36.43 27.52 19.91 -
YUV 144.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 212 115 116 0 0.46 0.45 0.17 359.38 0.53 0.64
Hex D4 73 74 0 2E 2D 11 167 35 40
Octal 324 163 164 0 56 55 21 547 65 100
Binary 11010100 1110011 1110100 0 101110 101101 10001 101100111 110101 1000000

Color Harmonies of #D47374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47374

Black with #D47374

Text Example


Text Example

White with #D47374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47374; }

 p { color: rgb(212,115,116); }

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

background-color css

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

 a { background-color: rgb(212,115,116); }

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

border-color css

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

 span { border-color: rgb(212,115,116); }

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