Html Css Color HEX #D56A73 Froly

📋 copy color: '#D56A73'

red 213 ◦ green 106 ◦ blue 115

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

Shades of Froly #D56A73

Tints of Froly #D56A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

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

R = 49.08%
G = 24.42%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D56A73 (or 0xD56A73) is known color: Froly. HEX triplet: D5, 6A and 73. RGB value is (213,106,115). Sum of RGB (Red+Green+Blue) = 213+106+115=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A73 is #2A958C. Grayscale: #8B8B8B. Windows color (decimal): -2790797 or 7563989. OLE color: 7563989.

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

Color convert

RGB 213 106 115 -
CMYK 0 0.50 0.46 0.16
HSL 354.95º 0.56% 0.63% -
HSV(B) 354.95º 0.5% 0.84% -
XYZ 35.69 25.69 19.3 -
YUV 139.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 213 106 115 0 0.50 0.46 0.16 354.95 0.56 0.63
Hex D5 6A 73 0 32 2E 10 163 38 3F
Octal 325 152 163 0 62 56 20 543 70 77
Binary 11010101 1101010 1110011 0 110010 101110 10000 101100011 111000 111111

Color Harmonies of #D56A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A73

Black with #D56A73

Text Example


Text Example

White with #D56A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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