Html Css Color HEX #D47274 Froly

📋 copy color: '#D47274'

red 212 ◦ green 114 ◦ blue 116

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

Shades of Froly #D47274

Tints of Froly #D47274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

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

R = 47.96%
G = 25.79%
B = 26.24%

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

#D47274 (or 0xD47274) is known color: Froly. HEX triplet: D4, 72 and 74. RGB value is (212,114,116). Sum of RGB (Red+Green+Blue) = 212+114+116=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D47274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47274 is #2B8D8B. Grayscale: #8F8F8F. Windows color (decimal): -2854284 or 7631572. OLE color: 7631572.

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

Color convert

RGB 212 114 116 -
CMYK 0 0.46 0.45 0.17
HSL 358.78º 0.53% 0.64% -
HSV(B) 358.78º 0.46% 0.83% -
XYZ 36.32 27.29 19.88 -
YUV 143.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 212 114 116 0 0.46 0.45 0.17 358.78 0.53 0.64
Hex D4 72 74 0 2E 2D 11 167 35 40
Octal 324 162 164 0 56 55 21 547 65 100
Binary 11010100 1110010 1110100 0 101110 101101 10001 101100111 110101 1000000

Color Harmonies of #D47274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47274

Black with #D47274

Text Example


Text Example

White with #D47274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47274; }

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

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

background-color css

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

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

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

border-color css

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

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

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