Html Css Color HEX #D56A71 Froly

📋 copy color: '#D56A71'

red 213 ◦ green 106 ◦ blue 113

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

Shades of Froly #D56A71

Tints of Froly #D56A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 49.31%
G = 24.54%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D56A71 (or 0xD56A71) is known color: Froly. HEX triplet: D5, 6A and 71. RGB value is (213,106,113). Sum of RGB (Red+Green+Blue) = 213+106+113=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A71 is #2A958E. Grayscale: #8A8A8A. Windows color (decimal): -2790799 or 7432917. OLE color: 7432917.

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

Color convert

RGB 213 106 113 -
CMYK 0 0.50 0.47 0.16
HSL 356.07º 0.56% 0.63% -
HSV(B) 356.07º 0.5% 0.84% -
XYZ 35.58 25.65 18.7 -
YUV 138.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 213 106 113 0 0.50 0.47 0.16 356.07 0.56 0.63
Hex D5 6A 71 0 32 2F 10 164 38 3F
Octal 325 152 161 0 62 57 20 544 70 77
Binary 11010101 1101010 1110001 0 110010 101111 10000 101100100 111000 111111

Color Harmonies of #D56A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A71

Black with #D56A71

Text Example


Text Example

White with #D56A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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