Html Css Color HEX #D56772 Froly

📋 copy color: '#D56772'

red 213 ◦ green 103 ◦ blue 114

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

Shades of Froly #D56772

Tints of Froly #D56772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 49.53%
G = 23.95%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56772 (or 0xD56772) is known color: Froly. HEX triplet: D5, 67 and 72. RGB value is (213,103,114). Sum of RGB (Red+Green+Blue) = 213+103+114=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56772 is #2A988D. Grayscale: #898989. Windows color (decimal): -2791566 or 7497685. OLE color: 7497685.

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

Color convert

RGB 213 103 114 -
CMYK 0 0.52 0.46 0.16
HSL 354º 0.57% 0.62% -
HSV(B) 354º 0.52% 0.84% -
XYZ 35.33 25.06 18.89 -
YUV 137.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 213 103 114 0 0.52 0.46 0.16 354 0.57 0.62
Hex D5 67 72 0 34 2E 10 162 39 3E
Octal 325 147 162 0 64 56 20 542 71 76
Binary 11010101 1100111 1110010 0 110100 101110 10000 101100010 111001 111110

Color Harmonies of #D56772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56772

Black with #D56772

Text Example


Text Example

White with #D56772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56772; }

 p { color: rgb(213,103,114); }

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

background-color css

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

 a { background-color: rgb(213,103,114); }

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

border-color css

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

 span { border-color: rgb(213,103,114); }

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