Html Css Color HEX #D57577 Froly

📋 copy color: '#D57577'

red 213 ◦ green 117 ◦ blue 119

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

Shades of Froly #D57577

Tints of Froly #D57577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 47.44%
G = 26.06%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57577 (or 0xD57577) is known color: Froly. HEX triplet: D5, 75 and 77. RGB value is (213,117,119). Sum of RGB (Red+Green+Blue) = 213+117+119=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57577 is #2A8A88. Grayscale: #929292. Windows color (decimal): -2787977 or 7828949. OLE color: 7828949.

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

Color convert

RGB 213 117 119 -
CMYK 0 0.45 0.44 0.16
HSL 358.75º 0.53% 0.65% -
HSV(B) 358.75º 0.45% 0.84% -
XYZ 37.13 28.2 20.94 -
YUV 145.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 213 117 119 0 0.45 0.44 0.16 358.75 0.53 0.65
Hex D5 75 77 0 2D 2C 10 167 35 41
Octal 325 165 167 0 55 54 20 547 65 101
Binary 11010101 1110101 1110111 0 101101 101100 10000 101100111 110101 1000001

Color Harmonies of #D57577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57577

Black with #D57577

Text Example


Text Example

White with #D57577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57577; }

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

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

background-color css

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

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

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

border-color css

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

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

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