Html Css Color HEX #D56D73 Froly

📋 copy color: '#D56D73'

red 213 ◦ green 109 ◦ blue 115

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

Shades of Froly #D56D73

Tints of Froly #D56D73

RGB

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

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

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

R = 48.74%
G = 24.94%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56D73 (or 0xD56D73) is known color: Froly. HEX triplet: D5, 6D and 73. RGB value is (213,109,115). Sum of RGB (Red+Green+Blue) = 213+109+115=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D73 is #2A928C. Grayscale: #8C8C8C. Windows color (decimal): -2790029 or 7564757. OLE color: 7564757.

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

Color convert

RGB 213 109 115 -
CMYK 0 0.49 0.46 0.16
HSL 356.54º 0.55% 0.63% -
HSV(B) 356.54º 0.49% 0.84% -
XYZ 36 26.32 19.4 -
YUV 140.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 213 109 115 0 0.49 0.46 0.16 356.54 0.55 0.63
Hex D5 6D 73 0 31 2E 10 165 37 3F
Octal 325 155 163 0 61 56 20 545 67 77
Binary 11010101 1101101 1110011 0 110001 101110 10000 101100101 110111 111111

Color Harmonies of #D56D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D73

Black with #D56D73

Text Example


Text Example

White with #D56D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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