Html Css Color HEX #D57576 Froly

📋 copy color: '#D57576'

red 213 ◦ green 117 ◦ blue 118

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

Shades of Froly #D57576

Tints of Froly #D57576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 47.54%
G = 26.12%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57576 (or 0xD57576) is known color: Froly. HEX triplet: D5, 75 and 76. RGB value is (213,117,118). Sum of RGB (Red+Green+Blue) = 213+117+118=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D57576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57576 is #2A8A89. Grayscale: #919191. Windows color (decimal): -2787978 or 7763413. OLE color: 7763413.

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

Color convert

RGB 213 117 118 -
CMYK 0 0.45 0.45 0.16
HSL 359.38º 0.53% 0.65% -
HSV(B) 359.38º 0.45% 0.84% -
XYZ 37.07 28.18 20.62 -
YUV 145.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 213 117 118 0 0.45 0.45 0.16 359.38 0.53 0.65
Hex D5 75 76 0 2D 2D 10 167 35 41
Octal 325 165 166 0 55 55 20 547 65 101
Binary 11010101 1110101 1110110 0 101101 101101 10000 101100111 110101 1000001

Color Harmonies of #D57576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57576

Black with #D57576

Text Example


Text Example

White with #D57576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57576; }

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

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

background-color css

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

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

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

border-color css

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

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

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