Html Css Color HEX #D57174 Froly

📋 copy color: '#D57174'

red 213 ◦ green 113 ◦ blue 116

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

Shades of Froly #D57174

Tints of Froly #D57174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 48.19%
G = 25.57%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57174 (or 0xD57174) is known color: Froly. HEX triplet: D5, 71 and 74. RGB value is (213,113,116). Sum of RGB (Red+Green+Blue) = 213+113+116=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D57174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57174 is #2A8E8B. Grayscale: #8F8F8F. Windows color (decimal): -2789004 or 7631317. OLE color: 7631317.

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

Color convert

RGB 213 113 116 -
CMYK 0 0.47 0.46 0.16
HSL 358.2º 0.54% 0.64% -
HSV(B) 358.2º 0.47% 0.84% -
XYZ 36.5 27.22 19.85 -
YUV 143.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 213 113 116 0 0.47 0.46 0.16 358.2 0.54 0.64
Hex D5 71 74 0 2F 2E 10 166 36 40
Octal 325 161 164 0 57 56 20 546 66 100
Binary 11010101 1110001 1110100 0 101111 101110 10000 101100110 110110 1000000

Color Harmonies of #D57174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57174

Black with #D57174

Text Example


Text Example

White with #D57174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57174; }

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

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

background-color css

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

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

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

border-color css

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

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

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