Html Css Color HEX #D57073 Froly

📋 copy color: '#D57073'

red 213 ◦ green 112 ◦ blue 115

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

Shades of Froly #D57073

Tints of Froly #D57073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 48.41%
G = 25.45%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57073 (or 0xD57073) is known color: Froly. HEX triplet: D5, 70 and 73. RGB value is (213,112,115). Sum of RGB (Red+Green+Blue) = 213+112+115=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57073 is #2A8F8C. Grayscale: #8E8E8E. Windows color (decimal): -2789261 or 7565525. OLE color: 7565525.

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

Color convert

RGB 213 112 115 -
CMYK 0 0.47 0.46 0.16
HSL 358.22º 0.55% 0.64% -
HSV(B) 358.22º 0.47% 0.84% -
XYZ 36.33 26.97 19.51 -
YUV 142.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 213 112 115 0 0.47 0.46 0.16 358.22 0.55 0.64
Hex D5 70 73 0 2F 2E 10 166 37 40
Octal 325 160 163 0 57 56 20 546 67 100
Binary 11010101 1110000 1110011 0 101111 101110 10000 101100110 110111 1000000

Color Harmonies of #D57073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57073

Black with #D57073

Text Example


Text Example

White with #D57073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57073; }

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

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

background-color css

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

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

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

border-color css

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

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

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