Html Css Color HEX #D57175 Froly

📋 copy color: '#D57175'

red 213 ◦ green 113 ◦ blue 117

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

Shades of Froly #D57175

Tints of Froly #D57175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 48.08%
G = 25.51%
B = 26.41%

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

#D57175 (or 0xD57175) is known color: Froly. HEX triplet: D5, 71 and 75. RGB value is (213,113,117). Sum of RGB (Red+Green+Blue) = 213+113+117=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57175 is #2A8E8A. Grayscale: #8F8F8F. Windows color (decimal): -2789003 or 7696853. OLE color: 7696853.

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

Color convert

RGB 213 113 117 -
CMYK 0 0.47 0.45 0.16
HSL 357.6º 0.54% 0.64% -
HSV(B) 357.6º 0.47% 0.84% -
XYZ 36.56 27.24 20.16 -
YUV 143.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 213 113 117 0 0.47 0.45 0.16 357.6 0.54 0.64
Hex D5 71 75 0 2F 2D 10 166 36 40
Octal 325 161 165 0 57 55 20 546 66 100
Binary 11010101 1110001 1110101 0 101111 101101 10000 101100110 110110 1000000

Color Harmonies of #D57175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57175

Black with #D57175

Text Example


Text Example

White with #D57175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57175; }

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

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

background-color css

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

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

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

border-color css

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

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

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