Html Css Color HEX #D47479 Froly

📋 copy color: '#D47479'

red 212 ◦ green 116 ◦ blue 121

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

Shades of Froly #D47479

Tints of Froly #D47479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 47.22%
G = 25.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D47479 (or 0xD47479) is known color: Froly. HEX triplet: D4, 74 and 79. RGB value is (212,116,121). Sum of RGB (Red+Green+Blue) = 212+116+121=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D47479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47479 is #2B8B86. Grayscale: #919191. Windows color (decimal): -2853767 or 7959764. OLE color: 7959764.

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

Color convert

RGB 212 116 121 -
CMYK 0 0.45 0.43 0.17
HSL 356.88º 0.53% 0.64% -
HSV(B) 356.88º 0.45% 0.83% -
XYZ 36.85 27.87 21.53 -
YUV 145.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 212 116 121 0 0.45 0.43 0.17 356.88 0.53 0.64
Hex D4 74 79 0 2D 2B 11 165 35 40
Octal 324 164 171 0 55 53 21 545 65 100
Binary 11010100 1110100 1111001 0 101101 101011 10001 101100101 110101 1000000

Color Harmonies of #D47479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47479

Black with #D47479

Text Example


Text Example

White with #D47479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47479; }

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

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

background-color css

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

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

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

border-color css

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

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

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