Html Css Color HEX #D57077 Froly

📋 copy color: '#D57077'

red 213 ◦ green 112 ◦ blue 119

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

Shades of Froly #D57077

Tints of Froly #D57077

RGB

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

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

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

R = 47.97%
G = 25.23%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57077 (or 0xD57077) is known color: Froly. HEX triplet: D5, 70 and 77. RGB value is (213,112,119). Sum of RGB (Red+Green+Blue) = 213+112+119=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57077 is #2A8F88. Grayscale: #8F8F8F. Windows color (decimal): -2789257 or 7827669. OLE color: 7827669.

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

Color convert

RGB 213 112 119 -
CMYK 0 0.47 0.44 0.16
HSL 355.84º 0.55% 0.64% -
HSV(B) 355.84º 0.47% 0.84% -
XYZ 36.56 27.07 20.75 -
YUV 143 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 213 112 119 0 0.47 0.44 0.16 355.84 0.55 0.64
Hex D5 70 77 0 2F 2C 10 164 37 40
Octal 325 160 167 0 57 54 20 544 67 100
Binary 11010101 1110000 1110111 0 101111 101100 10000 101100100 110111 1000000

Color Harmonies of #D57077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57077

Black with #D57077

Text Example


Text Example

White with #D57077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57077; }

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

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

background-color css

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

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

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

border-color css

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

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

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