Html Css Color HEX #D5747A Froly

📋 copy color: '#D5747A'

red 213 ◦ green 116 ◦ blue 122

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

Shades of Froly #D5747A

Tints of Froly #D5747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

 BLUE value IS 122 (48.05% from 255) = 27.05%

R = 47.23%
G = 25.72%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5747A (or 0xD5747A) is known color: Froly. HEX triplet: D5, 74 and 7A. RGB value is (213,116,122). Sum of RGB (Red+Green+Blue) = 213+116+122=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5747A is #2A8B85. Grayscale: #919191. Windows color (decimal): -2788230 or 8025301. OLE color: 8025301.

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

Color convert

RGB 213 116 122 -
CMYK 0 0.46 0.43 0.16
HSL 356.29º 0.54% 0.65% -
HSV(B) 356.29º 0.46% 0.84% -
XYZ 37.2 28.04 21.86 -
YUV 145.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 213 116 122 0 0.46 0.43 0.16 356.29 0.54 0.65
Hex D5 74 7A 0 2E 2B 10 164 36 41
Octal 325 164 172 0 56 53 20 544 66 101
Binary 11010101 1110100 1111010 0 101110 101011 10000 101100100 110110 1000001

Color Harmonies of #D5747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5747A

Black with #D5747A

Text Example


Text Example

White with #D5747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5747A; }

 p { color: rgb(213,116,122); }

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

background-color css

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

 a { background-color: rgb(213,116,122); }

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

border-color css

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

 span { border-color: rgb(213,116,122); }

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