Html Css Color HEX #D37178 Froly

📋 copy color: '#D37178'

red 211 ◦ green 113 ◦ blue 120

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

Shades of Froly #D37178

Tints of Froly #D37178

RGB

 RED value IS 211 (82.81% from 255) = 47.52%

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 47.52%
G = 25.45%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D37178 (or 0xD37178) is known color: Froly. HEX triplet: D3, 71 and 78. RGB value is (211,113,120). Sum of RGB (Red+Green+Blue) = 211+113+120=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37178 is #2C8E87. Grayscale: #8F8F8F. Windows color (decimal): -2920072 or 7893459. OLE color: 7893459.

HSL color Cylindrical-coordinate representation of color #D37178: hue angle of 355.71º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37178 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 120 -
CMYK 0 0.46 0.43 0.17
HSL 355.71º 0.53% 0.64% -
HSV(B) 355.71º 0.46% 0.83% -
XYZ 36.16 27.02 21.08 -
YUV 143.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 211 113 120 0 0.46 0.43 0.17 355.71 0.53 0.64
Hex D3 71 78 0 2E 2B 11 164 35 40
Octal 323 161 170 0 56 53 21 544 65 100
Binary 11010011 1110001 1111000 0 101110 101011 10001 101100100 110101 1000000

Color Harmonies of #D37178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37178

Black with #D37178

Text Example


Text Example

White with #D37178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37178; }

 p { color: rgb(211,113,120); }

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

background-color css

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

 a { background-color: rgb(211,113,120); }

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

border-color css

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

 span { border-color: rgb(211,113,120); }

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