Html Css Color HEX #D57778 Froly

📋 copy color: '#D57778'

red 213 ◦ green 119 ◦ blue 120

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

Shades of Froly #D57778

Tints of Froly #D57778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 47.12%
G = 26.33%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57778 (or 0xD57778) is known color: Froly. HEX triplet: D5, 77 and 78. RGB value is (213,119,120). Sum of RGB (Red+Green+Blue) = 213+119+120=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D57778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57778 is #2A8887. Grayscale: #939393. Windows color (decimal): -2787464 or 7894997. OLE color: 7894997.

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

Color convert

RGB 213 119 120 -
CMYK 0 0.44 0.44 0.16
HSL 359.36º 0.53% 0.65% -
HSV(B) 359.36º 0.44% 0.84% -
XYZ 37.43 28.7 21.34 -
YUV 147.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 213 119 120 0 0.44 0.44 0.16 359.36 0.53 0.65
Hex D5 77 78 0 2C 2C 10 167 35 41
Octal 325 167 170 0 54 54 20 547 65 101
Binary 11010101 1110111 1111000 0 101100 101100 10000 101100111 110101 1000001

Color Harmonies of #D57778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57778

Black with #D57778

Text Example


Text Example

White with #D57778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57778; }

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

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

background-color css

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

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

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

border-color css

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

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

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