Html Css Color HEX #D57176 Froly

📋 copy color: '#D57176'

red 213 ◦ green 113 ◦ blue 118

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

Shades of Froly #D57176

Tints of Froly #D57176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 47.97%
G = 25.45%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57176 (or 0xD57176) is known color: Froly. HEX triplet: D5, 71 and 76. RGB value is (213,113,118). Sum of RGB (Red+Green+Blue) = 213+113+118=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57176 is #2A8E89. Grayscale: #8F8F8F. Windows color (decimal): -2789002 or 7762389. OLE color: 7762389.

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

Color convert

RGB 213 113 118 -
CMYK 0 0.47 0.45 0.16
HSL 357º 0.54% 0.64% -
HSV(B) 357º 0.47% 0.84% -
XYZ 36.62 27.26 20.47 -
YUV 143.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 213 113 118 0 0.47 0.45 0.16 357 0.54 0.64
Hex D5 71 76 0 2F 2D 10 165 36 40
Octal 325 161 166 0 57 55 20 545 66 100
Binary 11010101 1110001 1110110 0 101111 101101 10000 101100101 110110 1000000

Color Harmonies of #D57176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57176

Black with #D57176

Text Example


Text Example

White with #D57176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57176; }

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

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

background-color css

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

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

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

border-color css

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

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

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