Html Css Color HEX #D57376 Froly

📋 copy color: '#D57376'

red 213 ◦ green 115 ◦ blue 118

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

Shades of Froly #D57376

Tints of Froly #D57376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 47.76%
G = 25.78%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57376 (or 0xD57376) is known color: Froly. HEX triplet: D5, 73 and 76. RGB value is (213,115,118). Sum of RGB (Red+Green+Blue) = 213+115+118=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57376 is #2A8C89. Grayscale: #909090. Windows color (decimal): -2788490 or 7762901. OLE color: 7762901.

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

Color convert

RGB 213 115 118 -
CMYK 0 0.46 0.45 0.16
HSL 358.16º 0.54% 0.64% -
HSV(B) 358.16º 0.46% 0.84% -
XYZ 36.84 27.72 20.55 -
YUV 144.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 213 115 118 0 0.46 0.45 0.16 358.16 0.54 0.64
Hex D5 73 76 0 2E 2D 10 166 36 40
Octal 325 163 166 0 56 55 20 546 66 100
Binary 11010101 1110011 1110110 0 101110 101101 10000 101100110 110110 1000000

Color Harmonies of #D57376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57376

Black with #D57376

Text Example


Text Example

White with #D57376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57376; }

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

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

background-color css

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

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

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

border-color css

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

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

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