Html Css Color HEX #D56E73 Froly

📋 copy color: '#D56E73'

red 213 ◦ green 110 ◦ blue 115

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

Shades of Froly #D56E73

Tints of Froly #D56E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

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

R = 48.63%
G = 25.11%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56E73 (or 0xD56E73) is known color: Froly. HEX triplet: D5, 6E and 73. RGB value is (213,110,115). Sum of RGB (Red+Green+Blue) = 213+110+115=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E73 is #2A918C. Grayscale: #8D8D8D. Windows color (decimal): -2789773 or 7565013. OLE color: 7565013.

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

Color convert

RGB 213 110 115 -
CMYK 0 0.48 0.46 0.16
HSL 357.09º 0.55% 0.63% -
HSV(B) 357.09º 0.48% 0.84% -
XYZ 36.11 26.54 19.44 -
YUV 141.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 213 110 115 0 0.48 0.46 0.16 357.09 0.55 0.63
Hex D5 6E 73 0 30 2E 10 165 37 3F
Octal 325 156 163 0 60 56 20 545 67 77
Binary 11010101 1101110 1110011 0 110000 101110 10000 101100101 110111 111111

Color Harmonies of #D56E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E73

Black with #D56E73

Text Example


Text Example

White with #D56E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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