Html Css Color HEX #D57379 Froly

📋 copy color: '#D57379'

red 213 ◦ green 115 ◦ blue 121

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

Shades of Froly #D57379

Tints of Froly #D57379

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

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

R = 47.44%
G = 25.61%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D57379 (or 0xD57379) is known color: Froly. HEX triplet: D5, 73 and 79. RGB value is (213,115,121). Sum of RGB (Red+Green+Blue) = 213+115+121=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57379 is #2A8C86. Grayscale: #919191. Windows color (decimal): -2788487 or 7959509. OLE color: 7959509.

HSL color Cylindrical-coordinate representation of color #D57379: hue angle of 356.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57379 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 121 -
CMYK 0 0.46 0.43 0.16
HSL 356.33º 0.54% 0.64% -
HSV(B) 356.33º 0.46% 0.84% -
XYZ 37.02 27.79 21.5 -
YUV 144.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 213 115 121 0 0.46 0.43 0.16 356.33 0.54 0.64
Hex D5 73 79 0 2E 2B 10 164 36 40
Octal 325 163 171 0 56 53 20 544 66 100
Binary 11010101 1110011 1111001 0 101110 101011 10000 101100100 110110 1000000

Color Harmonies of #D57379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57379

Black with #D57379

Text Example


Text Example

White with #D57379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57379; }

 p { color: rgb(213,115,121); }

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

background-color css

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

 a { background-color: rgb(213,115,121); }

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

border-color css

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

 span { border-color: rgb(213,115,121); }

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