Html Css Color HEX #D57479 Froly

📋 copy color: '#D57479'

red 213 ◦ green 116 ◦ blue 121

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

Shades of Froly #D57479

Tints of Froly #D57479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

 BLUE value IS 121 (47.66% from 255) = 26.89%

R = 47.33%
G = 25.78%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D57479 (or 0xD57479) is known color: Froly. HEX triplet: D5, 74 and 79. RGB value is (213,116,121). Sum of RGB (Red+Green+Blue) = 213+116+121=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D57479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57479 is #2A8B86. Grayscale: #919191. Windows color (decimal): -2788231 or 7959765. OLE color: 7959765.

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

Color convert

RGB 213 116 121 -
CMYK 0 0.46 0.43 0.16
HSL 356.91º 0.54% 0.65% -
HSV(B) 356.91º 0.46% 0.84% -
XYZ 37.14 28.02 21.54 -
YUV 145.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 213 116 121 0 0.46 0.43 0.16 356.91 0.54 0.65
Hex D5 74 79 0 2E 2B 10 165 36 41
Octal 325 164 171 0 56 53 20 545 66 101
Binary 11010101 1110100 1111001 0 101110 101011 10000 101100101 110110 1000001

Color Harmonies of #D57479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57479

Black with #D57479

Text Example


Text Example

White with #D57479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57479; }

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

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

background-color css

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

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

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

border-color css

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

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

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