Html Css Color HEX #D56D77 Froly

📋 copy color: '#D56D77'

red 213 ◦ green 109 ◦ blue 119

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

Shades of Froly #D56D77

Tints of Froly #D56D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

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

R = 48.3%
G = 24.72%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D56D77 (or 0xD56D77) is known color: Froly. HEX triplet: D5, 6D and 77. RGB value is (213,109,119). Sum of RGB (Red+Green+Blue) = 213+109+119=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D77 is #2A9288. Grayscale: #8D8D8D. Windows color (decimal): -2790025 or 7826901. OLE color: 7826901.

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

Color convert

RGB 213 109 119 -
CMYK 0 0.49 0.44 0.16
HSL 354.23º 0.55% 0.63% -
HSV(B) 354.23º 0.49% 0.84% -
XYZ 36.24 26.42 20.64 -
YUV 141.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 213 109 119 0 0.49 0.44 0.16 354.23 0.55 0.63
Hex D5 6D 77 0 31 2C 10 162 37 3F
Octal 325 155 167 0 61 54 20 542 67 77
Binary 11010101 1101101 1110111 0 110001 101100 10000 101100010 110111 111111

Color Harmonies of #D56D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D77

Black with #D56D77

Text Example


Text Example

White with #D56D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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