Html Css Color HEX #D56E77 Froly

📋 copy color: '#D56E77'

red 213 ◦ green 110 ◦ blue 119

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

Shades of Froly #D56E77

Tints of Froly #D56E77

RGB

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

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

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

R = 48.19%
G = 24.89%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D56E77 (or 0xD56E77) is known color: Froly. HEX triplet: D5, 6E and 77. RGB value is (213,110,119). Sum of RGB (Red+Green+Blue) = 213+110+119=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E77 is #2A9188. Grayscale: #8D8D8D. Windows color (decimal): -2789769 or 7827157. OLE color: 7827157.

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

Color convert

RGB 213 110 119 -
CMYK 0 0.48 0.44 0.16
HSL 354.76º 0.55% 0.63% -
HSV(B) 354.76º 0.48% 0.84% -
XYZ 36.35 26.63 20.68 -
YUV 141.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 213 110 119 0 0.48 0.44 0.16 354.76 0.55 0.63
Hex D5 6E 77 0 30 2C 10 163 37 3F
Octal 325 156 167 0 60 54 20 543 67 77
Binary 11010101 1101110 1110111 0 110000 101100 10000 101100011 110111 111111

Color Harmonies of #D56E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E77

Black with #D56E77

Text Example


Text Example

White with #D56E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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