Html Css Color HEX #D57071 Froly

📋 copy color: '#D57071'

red 213 ◦ green 112 ◦ blue 113

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

Shades of Froly #D57071

Tints of Froly #D57071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 48.63%
G = 25.57%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57071 (or 0xD57071) is known color: Froly. HEX triplet: D5, 70 and 71. RGB value is (213,112,113). Sum of RGB (Red+Green+Blue) = 213+112+113=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D57071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57071 is #2A8F8E. Grayscale: #8E8E8E. Windows color (decimal): -2789263 or 7434453. OLE color: 7434453.

HSL color Cylindrical-coordinate representation of color #D57071: hue angle of 359.41º degrees, saturation: 0.55, 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 #D57071 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 113 -
CMYK 0 0.47 0.47 0.16
HSL 359.41º 0.55% 0.64% -
HSV(B) 359.41º 0.47% 0.84% -
XYZ 36.22 26.93 18.91 -
YUV 142.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 213 112 113 0 0.47 0.47 0.16 359.41 0.55 0.64
Hex D5 70 71 0 2F 2F 10 167 37 40
Octal 325 160 161 0 57 57 20 547 67 100
Binary 11010101 1110000 1110001 0 101111 101111 10000 101100111 110111 1000000

Color Harmonies of #D57071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57071

Black with #D57071

Text Example


Text Example

White with #D57071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57071; }

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

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

background-color css

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

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

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

border-color css

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

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

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