Html Css Color HEX #D57478 Froly

📋 copy color: '#D57478'

red 213 ◦ green 116 ◦ blue 120

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

Shades of Froly #D57478

Tints of Froly #D57478

RGB

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

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

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

R = 47.44%
G = 25.84%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D57478 (or 0xD57478) is known color: Froly. HEX triplet: D5, 74 and 78. RGB value is (213,116,120). Sum of RGB (Red+Green+Blue) = 213+116+120=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57478 is #2A8B87. Grayscale: #919191. Windows color (decimal): -2788232 or 7894229. OLE color: 7894229.

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

Color convert

RGB 213 116 120 -
CMYK 0 0.46 0.44 0.16
HSL 357.53º 0.54% 0.65% -
HSV(B) 357.53º 0.46% 0.84% -
XYZ 37.08 27.99 21.22 -
YUV 145.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 213 116 120 0 0.46 0.44 0.16 357.53 0.54 0.65
Hex D5 74 78 0 2E 2C 10 166 36 41
Octal 325 164 170 0 56 54 20 546 66 101
Binary 11010101 1110100 1111000 0 101110 101100 10000 101100110 110110 1000001

Color Harmonies of #D57478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57478

Black with #D57478

Text Example


Text Example

White with #D57478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57478; }

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

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

background-color css

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

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

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

border-color css

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

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

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